From 0d24e9bec4c1733bd173192f749316c11d8bd987 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Wed, 14 Feb 2024 15:45:52 +0400 Subject: [PATCH] Changed confirm reset default modal warning message [SCI-10150] --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index b5b9a7ed8..9767c093a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1556,7 +1556,7 @@ en: reset_to_default: 'Reset to default' confirmation: title: 'Reset to defaults' - description_html: 'With confirmation the order, width and visibility of columns will be set to the default values.

Are you sure you want to to reset to default?' + description_html: 'Once reset, the order, width, and visibility of columns will be returned to the default values.

Are you sure you want to reset to default?' confirm: 'Reset' id: 'ID' task_name: 'Task name'