From f5791f5fa7c0785df1f14620aaa67f680e12c623 Mon Sep 17 00:00:00 2001 From: Gregor Lasnibat Date: Wed, 13 Dec 2023 15:36:37 +0100 Subject: [PATCH] (fix) Wording improvments for the 'Delete attachments' modal [SCI-9845] --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 526830810..d4e356c9f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3524,10 +3524,10 @@ en: thumbnail_html: "Thumbnail" list_html: "List" delete_file_modal: - title: "Delete attachment" + title: "Delete file" description_1_html: "You are about to delete %{file_name}

" description_2: "Are you sure you want to continue?" - confirm_button: "Delete attachment" + confirm_button: "Delete" empty_office_file: description: "The file is empty. Please add some data before saving the file." reload: "Reload file"