Skip to content

Commit

Permalink
Improve beta note
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Oct 24, 2021
1 parent d9f8d2e commit 248c8b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions app/scenes/Settings/Features.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,21 @@ 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
label={t("Collaborative editing")}
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>
);
Expand Down
3 changes: 2 additions & 1 deletion shared/i18n/locales/en_US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 248c8b3

Please sign in to comment.