mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
Default text in the memberlist search box would be less confusing if it was 'Search/invite by...' instead of the other way around
https://github.com/vector-im/vector-ios/issues/349
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
"room_participants_leave_prompt_msg" = "Are you sure you want to leave this chat?";
|
||||
"room_participants_remove_prompt_title" = "Remove?";
|
||||
"room_participants_remove_prompt_msg" = "Are you sure you want to remove %@ from this chat?";
|
||||
"room_participants_invite_another_user" = "Invite/search by name, email, id";
|
||||
"room_participants_invite_another_user" = "Search/invite by name, email, id";
|
||||
"room_participants_invite_malformed_id_title" = "Invite Error";
|
||||
"room_participants_invite_malformed_id" = "Malformed ID. Should be an email address or a Matrix ID like '@localpart:domain'";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user