feat: Add duplicate workflow error handler (#4616)
* feat: Add duplicate workflow error handler * refactor: Change translation string for existing duplicate workflow error
This commit is contained in:
@@ -375,8 +375,11 @@
|
||||
"duplicateWorkflowDialog.duplicateWorkflow": "Duplicate Workflow",
|
||||
"duplicateWorkflowDialog.enterWorkflowName": "Enter workflow name",
|
||||
"duplicateWorkflowDialog.save": "@:_reusableBaseText.save",
|
||||
"duplicateWorkflowDialog.showMessage.message": "Please enter a name.",
|
||||
"duplicateWorkflowDialog.showMessage.title": "Name missing",
|
||||
"duplicateWorkflowDialog.errors.missingName.title": "Name missing",
|
||||
"duplicateWorkflowDialog.errors.missingName.message": "Please enter a name.",
|
||||
"duplicateWorkflowDialog.errors.forbidden.title": "Duplicate workflow failed",
|
||||
"duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
|
||||
"duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
|
||||
"error": "Error",
|
||||
"error.goBack": "Go back",
|
||||
"error.pageNotFound": "Oops, couldn’t find that",
|
||||
|
||||
Reference in New Issue
Block a user