diff --git a/packages/editor-ui/src/plugins/i18n/locales/en.json b/packages/editor-ui/src/plugins/i18n/locales/en.json index e8186dfd8..dc14bedcc 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",