From 74b831b9b70d82d96e1acf577e7508871c54a5a2 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Mon, 12 Dec 2022 14:45:45 +0200 Subject: [PATCH] fix: Update translation for sharing toast (no-changelog) (#4893) --- packages/editor-ui/src/plugins/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index 0792a01d1f..2365026dd4 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1402,7 +1402,7 @@ "workflows.shareModal.list.delete.confirm.lastUserWithAccessToCredentials.message": "This might cause the workflow to stop working: {name} is the only user with access to credentials used in this workflow, those credentials will also be removed from {workflow}.", "workflows.shareModal.list.delete.confirm.confirmButtonText": "Remove access", "workflows.shareModal.list.delete.confirm.cancelButtonText": "Cancel", - "workflows.shareModal.onSave.success.title": "Workflow sharing settings have been saved", + "workflows.shareModal.onSave.success.title": "Sharing updated", "workflows.shareModal.onSave.error.title": "There was a problem saving sharing settings", "workflows.shareModal.saveBeforeClose.title": "Save sharing changes?", "workflows.shareModal.saveBeforeClose.message": "You have unsaved changes. Do you want to save them before closing?",