translation: knowledgebase -> workspace

This commit is contained in:
Tom Moor
2023-10-17 22:34:01 -04:00
parent 608e1eeaa0
commit ba612a557f
6 changed files with 10 additions and 10 deletions

View File

@@ -157,7 +157,7 @@ function Details() {
<Heading>{t("Details")}</Heading>
<Text type="secondary">
<Trans>
These settings affect the way that your knowledge base appears to
These settings affect the way that your workspace appears to
everyone on the team.
</Trans>
</Text>
@@ -260,7 +260,7 @@ function Details() {
description={
subdomain ? (
<>
<Trans>Your knowledge base will be accessible at</Trans>{" "}
<Trans>Your workspace will be accessible at</Trans>{" "}
<strong>
{subdomain}.{getBaseDomain()}
</strong>

View File

@@ -287,7 +287,7 @@ function Security() {
label={t("Collection creation")}
name="memberCollectionCreate"
description={t(
"Allow members to create new collections within the knowledge base"
"Allow members to create new collections within the workspace"
)}
>
<Switch