From ebd4aa4c3156831e33a95a5550722758444bed45 Mon Sep 17 00:00:00 2001 From: fabian wohlgemuth Date: Thu, 27 Jan 2022 21:18:45 +0100 Subject: [PATCH] :zap: Improve wording in "Save your Changes" modal (#2718) --- .../editor-ui/src/plugins/i18n/locales/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index eaa7f84607..ea7889ea49 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -307,8 +307,8 @@ "workflowNew": { "cancelButtonText": "", "confirmButtonText": "Yes, switch workflows and forget changes", - "headline": "Save your Changes?", - "message": "When you switch workflows your current workflow changes will be lost." + "headline": "Switch workflows without saving?", + "message": "When you switch workflows without saving, your current changes will be lost." } }, "credentials": "Credentials", @@ -512,14 +512,14 @@ "beforeRouteLeave": { "cancelButtonText": "", "confirmButtonText": "Yes, switch workflows and forget changes", - "headline": "Save your Changes?", - "message": "When you switch workflows your current workflow changes will be lost." + "headline": "Switch workflows without saving?", + "message": "When you switch workflows without saving, your current changes will be lost." }, "initView": { "cancelButtonText": "", "confirmButtonText": "Yes, switch workflows and forget changes", - "headline": "Save your Changes?", - "message": "When you switch workflows your current workflow changes will be lost." + "headline": "Switch workflows without saving?", + "message": "When you switch workflows without saving, your current changes will be lost." }, "receivedCopyPasteData": { "cancelButtonText": "", @@ -937,8 +937,8 @@ "confirmMessage": { "cancelButtonText": "", "confirmButtonText": "Yes, switch workflows and forget changes", - "headline": "Save your Changes?", - "message": "When you switch workflows your current workflow changes will be lost." + "headline": "Switch workflows without saving?", + "message": "When you switch workflows without saving, your current changes will be lost." }, "created": "Created", "name": "@:reusableBaseText.name",