mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02: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:
@@ -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__",
|
||||
|
||||
Reference in New Issue
Block a user