Improve beta note

This commit is contained in:
Tom Moor 2021-10-24 10:37:19 -07:00
parent d9f8d2e6d4
commit 248c8b3c01
2 changed files with 10 additions and 3 deletions

View File

@ -49,7 +49,7 @@ function Features() {
<HelpText>
<Trans>
Manage optional and beta features. Changing these settings will affect
all team members.
the experience for all team members.
</Trans>
</HelpText>
<Checkbox
@ -57,7 +57,13 @@ function Features() {
name="collaborativeEditing"
checked={data.collaborativeEditing}
onChange={handleChange}
note="When enabled multiple people can edit documents at the same time (Beta)"
note={
<Trans>
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.
</Trans>
}
/>
</Scene>
);

View File

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