From 990d13d366accdda1f7f734f2eef28acbdfa5a4c Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Wed, 14 Dec 2022 15:31:31 +0200 Subject: [PATCH] feat: Update last credential accessor removal message (no-changelog) (#4925) --- 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 e8186dfd8f..dc14bedcc6 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",