Add missing string to _locales/en/messages.json
This commit is contained in:
parent
8c3f111ca7
commit
e724b2d9de
2 changed files with 5 additions and 1 deletions
|
@ -4419,6 +4419,10 @@
|
||||||
"messageformat": "Remove {contact} as group admin?",
|
"messageformat": "Remove {contact} as group admin?",
|
||||||
"description": "Shown in a confirmation dialog when you are about to remove admin privileges from someone"
|
"description": "Shown in a confirmation dialog when you are about to remove admin privileges from someone"
|
||||||
},
|
},
|
||||||
|
"icu:ContactModal--add-to-group": {
|
||||||
|
"messageformat": "Add to another group",
|
||||||
|
"description": "Button text for adding contact to another group in Group Contact Details modal"
|
||||||
|
},
|
||||||
"icu:ContactModal--remove-from-group": {
|
"icu:ContactModal--remove-from-group": {
|
||||||
"messageformat": "Remove from group",
|
"messageformat": "Remove from group",
|
||||||
"description": "Button text for remove from group button in Group Contact Details modal"
|
"description": "Button text for remove from group button in Group Contact Details modal"
|
||||||
|
|
|
@ -265,7 +265,7 @@ export function ContactModal({
|
||||||
<div className="ContactModal__bubble-icon">
|
<div className="ContactModal__bubble-icon">
|
||||||
<div className="ContactModal__add-to-another-group__bubble-icon" />
|
<div className="ContactModal__add-to-another-group__bubble-icon" />
|
||||||
</div>
|
</div>
|
||||||
Add to another group
|
{i18n('icu:ContactModal--add-to-group')}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
{!contact.isMe && areWeAdmin && isMember && conversation?.id && (
|
{!contact.isMe && areWeAdmin && isMember && conversation?.id && (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue