mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #13864 from overleaf/bg-bugfix-admin-add-managers-copy
fix copy on group admin page GitOrigin-RevId: 79ce52c36f4bc15663bae5ca914c2c693a28ee1c
This commit is contained in:
parent
773d83dd17
commit
5dfe026123
3 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
|||
"add_company_details": "",
|
||||
"add_email_to_claim_features": "",
|
||||
"add_files": "",
|
||||
"add_more_managers": "",
|
||||
"add_more_members": "",
|
||||
"add_new_email": "",
|
||||
"add_or_remove_project_from_tag": "",
|
||||
|
|
|
@ -227,7 +227,7 @@ export function ManagersTable({
|
|||
</div>
|
||||
<hr />
|
||||
<div>
|
||||
<p className="small">{t('add_more_members')}</p>
|
||||
<p className="small">{t('add_more_managers')}</p>
|
||||
<ErrorAlert error={inviteError} />
|
||||
<Form horizontal onSubmit={addManagers} className="form">
|
||||
<Row>
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
"add_email": "Add Email",
|
||||
"add_email_to_claim_features": "Add an institutional email address to claim your features.",
|
||||
"add_files": "Add Files",
|
||||
"add_more_managers": "Add more managers",
|
||||
"add_more_members": "Add more members",
|
||||
"add_new_email": "Add new email",
|
||||
"add_or_remove_project_from_tag": "Add or remove project from tag __tagName__",
|
||||
|
|
Loading…
Reference in a new issue