mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Fix english translation for room deletion
Change-Id: I5bb02e64832902a79379d66c77d3128169d3fca8
This commit is contained in:
parent
0f4c382c18
commit
38541b8f02
1 changed files with 6 additions and 4 deletions
|
@ -173,10 +173,12 @@ const en = {
|
|||
},
|
||||
unencrypted: "Unencrypted",
|
||||
},
|
||||
erase: {
|
||||
title: "Delete room",
|
||||
content:
|
||||
"Are you sure you want to delete the room? This cannot be undone. All messages and shared media in the room will be deleted from the server!",
|
||||
action: {
|
||||
erase: {
|
||||
title: "Delete room",
|
||||
content:
|
||||
"Are you sure you want to delete the room? This cannot be undone. All messages and shared media in the room will be deleted from the server!",
|
||||
},
|
||||
},
|
||||
},
|
||||
reports: {
|
||||
|
|
Loading…
Reference in a new issue