mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 06:13:40 +00:00
Merge pull request #14590 from overleaf/mf-managed-users-translation-fix
[web] Fix translation not handled properly & add new translation key on managed users screen GitOrigin-RevId: 02f507020d51b1011e929960c1a3e0cdc52304b2
This commit is contained in:
parent
7d373adea2
commit
4b72908940
3 changed files with 4 additions and 2 deletions
|
@ -627,6 +627,7 @@
|
|||
"managed_user_invite_has_been_sent_to_email": "",
|
||||
"managed_users": "",
|
||||
"managed_users_explanation": "",
|
||||
"managed_users_is_enabled": "",
|
||||
"managed_users_terms": "",
|
||||
"managers_management": "",
|
||||
"mark_as_resolved": "",
|
||||
|
|
|
@ -62,7 +62,7 @@ export default function GroupMemberRow({
|
|||
aria-hidden="true"
|
||||
aria-label={t('invite_not_accepted')}
|
||||
/>
|
||||
<span className="sr-only">t('invite_not_accepted')</span>
|
||||
<span className="sr-only">{t('invite_not_accepted')}</span>
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
|
@ -71,7 +71,7 @@ export default function GroupMemberRow({
|
|||
aria-hidden="true"
|
||||
aria-label={t('accepted_invite')}
|
||||
/>
|
||||
<span className="sr-only">t('accepted_invite')</span>
|
||||
<span className="sr-only">{t('accepted_invite')}</span>
|
||||
</>
|
||||
)}
|
||||
</Col>
|
||||
|
|
|
@ -1011,6 +1011,7 @@
|
|||
"managed_users_accounts": "Managed user accounts",
|
||||
"managed_users_accounts_plan_info": "Managed Users gives you more control over your group’s use of Overleaf. It ensures tighter management of user access and deletion and allows you to keep control of projects when someone leaves the group.",
|
||||
"managed_users_explanation": "Managed Users ensures you stay in control of your organization’s projects and who owns them. <0>Read more about Managed Users.</0>",
|
||||
"managed_users_is_enabled": "Managed Users is enabled",
|
||||
"managed_users_terms": "To use the Managed Users feature, you must agree to the latest version of our customer terms at <0>__link__</0> on behalf of your organization by selecting \"I agree\" below. These terms will then apply to your organization’s use of Overleaf in place of any previously agreed Overleaf terms. The exception to this is where we have a signed agreement in place with you, in which case that signed agreement will continue to govern. Please keep a copy for your records.",
|
||||
"managers_cannot_remove_admin": "Admins cannot be removed",
|
||||
"managers_cannot_remove_self": "Managers cannot remove themselves",
|
||||
|
|
Loading…
Add table
Reference in a new issue