From 248c8b3c01107e9408a6474532e766dd9a5929cd Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 24 Oct 2021 10:37:19 -0700 Subject: [PATCH] Improve beta note --- app/scenes/Settings/Features.js | 10 ++++++++-- shared/i18n/locales/en_US/translation.json | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/scenes/Settings/Features.js b/app/scenes/Settings/Features.js index 8a87249c8..dc6e1e5de 100644 --- a/app/scenes/Settings/Features.js +++ b/app/scenes/Settings/Features.js @@ -49,7 +49,7 @@ function Features() { Manage optional and beta features. Changing these settings will affect - all team members. + the experience for all team members. + When enabled multiple people can edit documents at the same time. + Please note that this feature is in beta and currently disables + updating the document via the API. + + } /> ); diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 0a22a768e..84517a3b8 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -515,8 +515,9 @@ "Upload": "Upload", "Subdomain": "Subdomain", "Your knowledge base will be accessible at": "Your knowledge base will be accessible at", - "Manage optional and beta features. Changing these settings will affect all team members.": "Manage optional and beta features. Changing these settings will affect all team members.", + "Manage optional and beta features. Changing these settings will affect the experience for all team members.": "Manage optional and beta features. Changing these settings will affect the experience for all team members.", "Collaborative editing": "Collaborative editing", + "When enabled multiple people can edit documents at the same time. Please note that this feature is in beta and currently disables updating the document via the API.": "When enabled multiple people can edit documents at the same time. Please note that this feature is in beta and currently disables updating the document via the API.", "New group": "New group", "Groups can be used to organize and manage the people on your team.": "Groups can be used to organize and manage the people on your team.", "All groups": "All groups",