feat: Add prompt to overwrite changes when concurrent editing occurs (#4817)
* feat: Add prompt to overwrite changes when concurrent editing occurs * chore: undo config schema update
This commit is contained in:
@@ -1399,6 +1399,10 @@
|
||||
"workflows.shareModal.notAvailable": "Sharing workflows with others is currently available only on n8n cloud, our hosted offering.",
|
||||
"workflows.shareModal.notAvailable.button": "Explore n8n cloud",
|
||||
"workflows.roles.editor": "Editor",
|
||||
"workflows.concurrentChanges.confirmMessage.title": "Workflow was edited by someone else",
|
||||
"workflows.concurrentChanges.confirmMessage.message": "Another user made <strong>an edit</strong> to this workflow since you last saved it. Do you want to overwrite their changes?",
|
||||
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
||||
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite then save",
|
||||
"importCurlModal.title": "Import cURL command",
|
||||
"importCurlModal.input.label": "cURL Command",
|
||||
"importCurlModal.input.placeholder": "Paste the cURL command here",
|
||||
|
||||
Reference in New Issue
Block a user