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:
giomfo
2016-05-31 17:14:05 +02:00
parent 7700b23a35
commit f05f6afa54
+1 -1
View File
@@ -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'";