1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

change (leave room) : warn on last admin when leaving rooms

This commit is contained in:
ganfra
2025-07-29 16:34:23 +02:00
parent 2d21c15e3b
commit 864346c3c0
14 changed files with 163 additions and 96 deletions

View File

@@ -686,6 +686,7 @@
<string name="room_participants_leave_prompt_title">Leave room</string>
<string name="room_participants_leave_prompt_msg">Are you sure you want to leave the room?</string>
<string name="room_participants_leave_private_warning">This room is not public. You will not be able to rejoin without an invite.</string>
<string name="room_participants_leave_last_admin">You\'re the only admin of this room. Leaving it will mean no one has control over it.</string>
<string name="room_participants_header_direct_chats">Direct Messages</string>