Enhancement: Add 'leave' button to room settings

https://github.com/vector-im/vector-ios/issues/417
This commit is contained in:
giomfo
2016-07-05 17:57:33 +02:00
parent d7cc4f29a0
commit 0027c28299
2 changed files with 74 additions and 4 deletions
+2 -2
View File
@@ -116,8 +116,8 @@
"room_participants_add_participant" = "Add participant";
"room_participants_one_participant" = "1 participant";
"room_participants_multi_participants" = "%d participants";
"room_participants_leave_prompt_title" = "Leave?";
"room_participants_leave_prompt_msg" = "Are you sure you want to leave this chat?";
"room_participants_leave_prompt_title" = "Leave room";
"room_participants_leave_prompt_msg" = "Are you sure you want to leave the room?";
"room_participants_remove_prompt_title" = "Remove?";
"room_participants_remove_prompt_msg" = "Are you sure you want to remove %@ from this chat?";
"room_participants_invite_prompt_title" = "Invite?";