Fixed english translations for room deletion

This commit is contained in:
Johannes Kanefendt 2021-07-07 15:09:19 +02:00
parent b2fb2496ca
commit a7f0708845

View File

@ -173,15 +173,17 @@ const en = {
}, },
unencrypted: "Unencrypted", unencrypted: "Unencrypted",
}, },
erase: { action: {
title: "Delete room", erase: {
content: title: "Delete room",
"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!", content:
fields: { "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!",
block: "Block room from being rejoined", fields: {
block: "Block room from being rejoined",
},
send_success: "The room has been deleted",
send_failure: "The room could not be deleted",
}, },
send_success: "The room has been deleted",
send_failure: "The room could not be deleted",
}, },
}, },
reports: { reports: {