From 38541b8f02c3c906fd77101d001a13d1c551e2d8 Mon Sep 17 00:00:00 2001 From: Michael Albert Date: Thu, 17 Feb 2022 20:15:49 +0100 Subject: [PATCH] Fix english translation for room deletion Change-Id: I5bb02e64832902a79379d66c77d3128169d3fca8 --- src/i18n/en.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/i18n/en.js b/src/i18n/en.js index 5ceaed9..44e6ed2 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -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: {