From ba612a557f41754b7e99c9c0c8783f0e54955c4f Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 17 Oct 2023 22:34:01 -0400 Subject: [PATCH] translation: knowledgebase -> workspace --- app/scenes/Settings/Details.tsx | 4 ++-- app/scenes/Settings/Security.tsx | 2 +- plugins/slack/server/api/hooks.ts | 2 +- server/emails/templates/InviteEmail.tsx | 2 +- server/emails/templates/InviteReminderEmail.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/scenes/Settings/Details.tsx b/app/scenes/Settings/Details.tsx index dcc6ef5fe..2c2f25d24 100644 --- a/app/scenes/Settings/Details.tsx +++ b/app/scenes/Settings/Details.tsx @@ -157,7 +157,7 @@ function Details() { {t("Details")} - 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. @@ -260,7 +260,7 @@ function Details() { description={ subdomain ? ( <> - Your knowledge base will be accessible at{" "} + Your workspace will be accessible at{" "} {subdomain}.{getBaseDomain()} diff --git a/app/scenes/Settings/Security.tsx b/app/scenes/Settings/Security.tsx index 78e0acc9f..90109942c 100644 --- a/app/scenes/Settings/Security.tsx +++ b/app/scenes/Settings/Security.tsx @@ -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" )} > > { protected subject({ actorName, teamName }: Props) { - return `${actorName} invited you to join ${teamName}’s knowledge base`; + return `${actorName} invited you to join ${teamName}’s workspace`; } protected preview() { diff --git a/server/emails/templates/InviteReminderEmail.tsx b/server/emails/templates/InviteReminderEmail.tsx index f2e2ea109..30621daa7 100644 --- a/server/emails/templates/InviteReminderEmail.tsx +++ b/server/emails/templates/InviteReminderEmail.tsx @@ -23,7 +23,7 @@ type Props = EmailProps & { */ export default class InviteReminderEmail extends BaseEmail { protected subject({ actorName, teamName }: Props) { - return `Reminder: ${actorName} invited you to join ${teamName}’s knowledge base`; + return `Reminder: ${actorName} invited you to join ${teamName}’s workspace`; } protected preview() { diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 34d716d0b..d537a52bc 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -768,7 +768,7 @@ "Logo updated": "Logo updated", "Unable to upload new logo": "Unable to upload new logo", "Delete workspace": "Delete workspace", - "These settings affect the way that your knowledge base appears to everyone on the team.": "These settings affect the way that your knowledge base appears to everyone on the team.", + "These settings affect the way that your workspace appears to everyone on the team.": "These settings affect the way that your workspace appears to everyone on the team.", "Display": "Display", "The logo is displayed at the top left of the application.": "The logo is displayed at the top left of the application.", "The workspace name, usually the same as your company name.": "The workspace name, usually the same as your company name.", @@ -781,7 +781,7 @@ "Show your team’s logo on public pages like login and shared documents.": "Show your team’s logo on public pages like login and shared documents.", "Behavior": "Behavior", "Subdomain": "Subdomain", - "Your knowledge base will be accessible at": "Your knowledge base will be accessible at", + "Your workspace will be accessible at": "Your workspace will be accessible at", "Choose a subdomain to enable a login page just for your team.": "Choose a subdomain to enable a login page just for your team.", "Start view": "Start view", "This is the screen that workspace members will first see when they sign in.": "This is the screen that workspace members will first see when they sign in.", @@ -874,7 +874,7 @@ "Rich service embeds": "Rich service embeds", "Links to supported services are shown as rich embeds within your documents": "Links to supported services are shown as rich embeds within your documents", "Collection creation": "Collection creation", - "Allow members to create new collections within the knowledge base": "Allow members to create new collections within the knowledge base", + "Allow members to create new collections within the workspace": "Allow members to create new collections within the workspace", "Draw.io deployment": "Draw.io deployment", "Add your self-hosted draw.io installation url here to enable automatic embedding of diagrams within documents.": "Add your self-hosted draw.io installation url here to enable automatic embedding of diagrams within documents.", "Grist deployment": "Grist deployment", @@ -916,7 +916,7 @@ "Connect": "Connect", "The Slack integration is currently disabled. Please set the associated environment variables and restart the server to enable the integration.": "The Slack integration is currently disabled. Please set the associated environment variables and restart the server to enable the integration.", "How to use {{ command }}": "How to use {{ command }}", - "To search your knowledgebase use {{ command }}. \nType {{ command2 }} help to display this help text.": "To search your knowledgebase use {{ command }}. \nType {{ command2 }} help to display this help text.", + "To search your workspace use {{ command }}. \nType {{ command2 }} help to display this help text.": "To search your workspace use {{ command }}. \nType {{ command2 }} help to display this help text.", "Sorry, we couldn’t find an integration for your team. Head to your {{ appName }} settings to set one up.": "Sorry, we couldn’t find an integration for your team. Head to your {{ appName }} settings to set one up.", "It looks like you haven’t signed in to {{ appName }} yet, so results may be limited": "It looks like you haven’t signed in to {{ appName }} yet, so results may be limited", "Post to Channel": "Post to Channel",