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: {