translation: team -> workspace
This commit is contained in:
@@ -68,7 +68,7 @@ function AddPeopleToCollection({ collection }: Props) {
|
||||
return (
|
||||
<Flex column>
|
||||
<Text type="secondary">
|
||||
{t("Need to add someone who’s not yet on the team yet?")}{" "}
|
||||
{t("Need to add someone who’s not on the team yet?")}{" "}
|
||||
<ButtonLink onClick={setInviteModalOpen}>
|
||||
{t("Invite people to {{ teamName }}", {
|
||||
teamName: team.name,
|
||||
|
||||
@@ -256,7 +256,7 @@ function CollectionPermissions({ collectionId }: Props) {
|
||||
</Trans>
|
||||
) : (
|
||||
<Trans>
|
||||
Public sharing is currently disabled in the team security
|
||||
Public sharing is currently disabled in the workspace security
|
||||
settings.
|
||||
</Trans>
|
||||
)
|
||||
|
||||
@@ -21,7 +21,7 @@ const ErrorSuspended = () => {
|
||||
|
||||
<p>
|
||||
<Trans
|
||||
defaults="A team admin (<em>{{ suspendedContactEmail }}</em>) has suspended your account. To re-activate your account, please reach out to them directly."
|
||||
defaults="A workspace admin (<em>{{ suspendedContactEmail }}</em>) has suspended your account. To re-activate your account, please reach out to them directly."
|
||||
values={{
|
||||
suspendedContactEmail: auth.suspendedContactEmail,
|
||||
}}
|
||||
|
||||
@@ -144,7 +144,7 @@ function Security() {
|
||||
<Text type="secondary">
|
||||
<Trans>
|
||||
Settings that impact the access, security, and content of your
|
||||
knowledge base.
|
||||
workspace.
|
||||
</Trans>
|
||||
</Text>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user