Merge pull request #20020 from overleaf/jel-translation-fix

[web] Add missing "by" to translation

GitOrigin-RevId: aea106928b62b46753af845e37280297058cc42e
This commit is contained in:
Jessica Lawshe 2024-08-21 12:34:51 -05:00 committed by Copybot
parent 2b463f3062
commit b5a8481f51
2 changed files with 2 additions and 2 deletions

View file

@ -308,7 +308,7 @@ const groupPlans = [
{ {
divider: true, divider: true,
dividerLabel: 'group_members_and_collaborators_get_access_to', dividerLabel: 'group_members_and_collaborators_get_access_to',
dividerInfo: 'group_members_and_collaborators_get_access_to_info', dividerInfo: 'group_members_and_their_collaborators_get_access_to_info',
items: [ items: [
{ {
feature: 'compile_timeout_short', feature: 'compile_timeout_short',

View file

@ -816,7 +816,7 @@
"group_libraries": "Group Libraries", "group_libraries": "Group Libraries",
"group_managed_by_group_administrator": "User accounts in this group are managed by the group administrator.", "group_managed_by_group_administrator": "User accounts in this group are managed by the group administrator.",
"group_members_and_collaborators_get_access_to": "Group members and their project collaborators get access to", "group_members_and_collaborators_get_access_to": "Group members and their project collaborators get access to",
"group_members_and_collaborators_get_access_to_info": "These features are available to group members and their collaborators (other Overleaf users invited to projects owned a group member).", "group_members_and_their_collaborators_get_access_to_info": "These features are available to group members and their collaborators (other Overleaf users invited to projects owned by a group member).",
"group_members_get_access_to": "Group members get access to", "group_members_get_access_to": "Group members get access to",
"group_members_get_access_to_info": "These features are available only to group members (subscribers).", "group_members_get_access_to_info": "These features are available only to group members (subscribers).",
"group_plan_admins_can_easily_add_and_remove_users_from_a_group": "Group plan admins can easily add and remove users from a group. For site-wide plans, users are automatically upgraded when they register or add their email address to Overleaf (domain-based enrollment or SSO).", "group_plan_admins_can_easily_add_and_remove_users_from_a_group": "Group plan admins can easily add and remove users from a group. For site-wide plans, users are automatically upgraded when they register or add their email address to Overleaf (domain-based enrollment or SSO).",