mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-28 00:46:33 +01:00
Update group member search add members label
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
co-authored by
Jamie
parent
9380450e41
commit
fbb04a551b
@@ -6922,6 +6922,10 @@
|
||||
"messageformat": "Add member",
|
||||
"description": "GroupMembersSearchDialog > Bottom Actions > Add member"
|
||||
},
|
||||
"icu:GroupMembersSearchDialog__BottomActions__AddMembers": {
|
||||
"messageformat": "Add members",
|
||||
"description": "GroupMembersSearchDialog > Bottom Actions > Add members"
|
||||
},
|
||||
"icu:GroupMembersSearchDialog__BottomActions__InviteViaGroupLink": {
|
||||
"messageformat": "Invite via group link",
|
||||
"description": "GroupMembersSearchDialog > Bottom Actions > Invite via group link"
|
||||
|
||||
@@ -151,7 +151,7 @@ export function GroupMembersSearchDialog(
|
||||
<AxoContactList.ActionItem
|
||||
symbol="plus"
|
||||
title={i18n(
|
||||
'icu:GroupMembersSearchDialog__BottomActions__AddMember'
|
||||
'icu:GroupMembersSearchDialog__BottomActions__AddMembers'
|
||||
)}
|
||||
onClick={handleSelectAddMember}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user