feat: Add save confirmation modal when leaving sharing modal (#4683)
This commit is contained in:
@@ -1378,6 +1378,10 @@
|
||||
"workflows.shareModal.list.delete.confirm.message": "<strong>This might cause the workflow to stop working:</strong> if {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.saveBeforeClose.title": "Save sharing changes?",
|
||||
"workflows.shareModal.saveBeforeClose.message": "You have unsaved changes. Do you want to save them before closing?",
|
||||
"workflows.shareModal.saveBeforeClose.confirmButtonText": "Save",
|
||||
"workflows.shareModal.saveBeforeClose.cancelButtonText": "Close without saving",
|
||||
"workflows.shareModal.save": "Save",
|
||||
"workflows.shareModal.changesHint": "You made changes",
|
||||
"workflows.shareModal.notAvailable": "Sharing workflows with others is currently available only on n8n cloud, our hosted offering.",
|
||||
|
||||
Reference in New Issue
Block a user