From 48f67493b69336529f115ddda1cbea543e4771c2 Mon Sep 17 00:00:00 2001 From: TimofeyBoyko Date: Thu, 10 Nov 2022 11:35:08 +0300 Subject: [PATCH] Web:Client: add new translation kets for move to archived dialog --- packages/client/public/locales/en/DeleteDialog.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/client/public/locales/en/DeleteDialog.json b/packages/client/public/locales/en/DeleteDialog.json index 665877e1d8..d1262edc10 100644 --- a/packages/client/public/locales/en/DeleteDialog.json +++ b/packages/client/public/locales/en/DeleteDialog.json @@ -1,4 +1,6 @@ { + "MoveToArchiveTitle": "Move to Archived", + "MoveToArchiveDescription": "You are about to archive a room. Are you sure you want to continue?", "MoveToTrashButton": "Move to Trash", "MoveToTrashFile": "You are about to delete this file? Please note, that if you have shared it with someone, it will become unavailable. Are you sure you want to continue?", "MoveToTrashFolder": "You are about to delete this folder? Please note, that if you have shared it with someone, it will become unavailable. Are you sure you want to continue?",