Improve wording in "Save your Changes" modal (#2718)

This commit is contained in:
fabian wohlgemuth 2022-01-27 21:18:45 +01:00 committed by GitHub
parent 6a77969cff
commit ebd4aa4c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,8 +307,8 @@
"workflowNew": { "workflowNew": {
"cancelButtonText": "", "cancelButtonText": "",
"confirmButtonText": "Yes, switch workflows and forget changes", "confirmButtonText": "Yes, switch workflows and forget changes",
"headline": "Save your Changes?", "headline": "Switch workflows without saving?",
"message": "When you switch workflows your current workflow changes will be lost." "message": "When you switch workflows without saving, your current changes will be lost."
} }
}, },
"credentials": "Credentials", "credentials": "Credentials",
@ -512,14 +512,14 @@
"beforeRouteLeave": { "beforeRouteLeave": {
"cancelButtonText": "", "cancelButtonText": "",
"confirmButtonText": "Yes, switch workflows and forget changes", "confirmButtonText": "Yes, switch workflows and forget changes",
"headline": "Save your Changes?", "headline": "Switch workflows without saving?",
"message": "When you switch workflows your current workflow changes will be lost." "message": "When you switch workflows without saving, your current changes will be lost."
}, },
"initView": { "initView": {
"cancelButtonText": "", "cancelButtonText": "",
"confirmButtonText": "Yes, switch workflows and forget changes", "confirmButtonText": "Yes, switch workflows and forget changes",
"headline": "Save your Changes?", "headline": "Switch workflows without saving?",
"message": "When you switch workflows your current workflow changes will be lost." "message": "When you switch workflows without saving, your current changes will be lost."
}, },
"receivedCopyPasteData": { "receivedCopyPasteData": {
"cancelButtonText": "", "cancelButtonText": "",
@ -937,8 +937,8 @@
"confirmMessage": { "confirmMessage": {
"cancelButtonText": "", "cancelButtonText": "",
"confirmButtonText": "Yes, switch workflows and forget changes", "confirmButtonText": "Yes, switch workflows and forget changes",
"headline": "Save your Changes?", "headline": "Switch workflows without saving?",
"message": "When you switch workflows your current workflow changes will be lost." "message": "When you switch workflows without saving, your current changes will be lost."
}, },
"created": "Created", "created": "Created",
"name": "@:reusableBaseText.name", "name": "@:reusableBaseText.name",