From 454ed2d9dab2cd3fb325eb63d30c39bbb14266e1 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Wed, 14 Dec 2022 13:21:26 +0200 Subject: [PATCH] feat: Update last credential accessor removal message (no-changelog) --- 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 6aaaed78b2dbb..fdf4e81cf101e 100644 --- a/packages/editor-ui/src/plugins/i18n/locales/en.json +++ b/packages/editor-ui/src/plugins/i18n/locales/en.json @@ -1401,7 +1401,7 @@ "workflows.shareModal.select.placeholder": "Add people", "workflows.shareModal.list.delete": "Remove access", "workflows.shareModal.list.delete.confirm.title": "Remove {name}'s access?", - "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.lastUserWithAccessToCredentials.message": "If you do this, the workflow will lose access to {name}’s credentials. Nodes that use those credentials will stop working.", "workflows.shareModal.list.delete.confirm.confirmButtonText": "Remove access", "workflows.shareModal.list.delete.confirm.cancelButtonText": "Cancel", "workflows.shareModal.onSave.success.title": "Sharing updated",