translation: team -> workspace

This commit is contained in:
Tom Moor
2023-10-18 08:32:43 -04:00
parent 89694a561f
commit d536fa9939
9 changed files with 26 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ function AddPeopleToCollection({ collection }: Props) {
return (
<Flex column>
<Text type="secondary">
{t("Need to add someone whos not yet on the team yet?")}{" "}
{t("Need to add someone whos not on the team yet?")}{" "}
<ButtonLink onClick={setInviteModalOpen}>
{t("Invite people to {{ teamName }}", {
teamName: team.name,

View File

@@ -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>
)

View File

@@ -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,
}}

View File

@@ -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>