From a7f07088457e94987db5e2840fb9563cdc66c5ad Mon Sep 17 00:00:00 2001 From: Johannes Kanefendt Date: Wed, 7 Jul 2021 15:09:19 +0200 Subject: [PATCH] Fixed english translations for room deletion --- src/i18n/en.js | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/i18n/en.js b/src/i18n/en.js index 5c4a2eb..c459df4 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -173,15 +173,17 @@ 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!", - fields: { - block: "Block room from being rejoined", + 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!", + 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: {