Add missing string to _locales/en/messages.json

This commit is contained in:
Fedor Indutny 2023-07-20 00:00:11 +02:00 committed by Fedor Indutnyy
parent 8c3f111ca7
commit e724b2d9de
2 changed files with 5 additions and 1 deletions

View file

@ -4419,6 +4419,10 @@
"messageformat": "Remove {contact} as group admin?",
"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": {
"messageformat": "Remove from group",
"description": "Button text for remove from group button in Group Contact Details modal"

View file

@ -265,7 +265,7 @@ export function ContactModal({
<div className="ContactModal__bubble-icon">
<div className="ContactModal__add-to-another-group__bubble-icon" />
</div>
Add to another group
{i18n('icu:ContactModal--add-to-group')}
</button>
)}
{!contact.isMe && areWeAdmin && isMember && conversation?.id && (