diff --git a/ui/src/i18n/locales/en/nls.access.json b/ui/src/i18n/locales/en/nls.access.json index 940a1ead..2b2dd784 100644 --- a/ui/src/i18n/locales/en/nls.access.json +++ b/ui/src/i18n/locales/en/nls.access.json @@ -11,11 +11,11 @@ "access.action.create.button": "Create credential", "access.action.create.modal.title": "Create credential", - "access.action.edit.menu": "Edit credential", + "access.action.edit.menu": "Edit", "access.action.edit.modal.title": "Edit credential", - "access.action.duplicate.menu": "Duplicate credential", + "access.action.duplicate.menu": "Duplicate", "access.action.duplicate.modal.title": "Duplicate credential", - "access.action.delete.menu": "Delete credential", + "access.action.delete.menu": "Delete", "access.action.delete.modal.title": "Delete \"{{name}}\"", "access.action.delete.modal.content": "Are you sure want to delete this credential?
This action cannot be undone.", "access.action.batch_delete.modal.title": "Delete credentials", diff --git a/ui/src/i18n/locales/en/nls.certificate.json b/ui/src/i18n/locales/en/nls.certificate.json index ae0fccfa..9092261f 100644 --- a/ui/src/i18n/locales/en/nls.certificate.json +++ b/ui/src/i18n/locales/en/nls.certificate.json @@ -9,7 +9,7 @@ "certificate.search.placeholder": "Search by certificate name or serial number ...", "certificate.action.view.menu": "View details", - "certificate.action.delete.menu": "Delete certificate", + "certificate.action.delete.menu": "Delete", "certificate.action.delete.modal.title": "Delete \"{{name}}\"", "certificate.action.delete.modal.content": "Are you sure want to delete this certificate?
This action cannot be undone.", "certificate.action.batch_delete.modal.title": "Delete certificates", diff --git a/ui/src/i18n/locales/en/nls.workflow.json b/ui/src/i18n/locales/en/nls.workflow.json index 8346ee15..0deeadeb 100644 --- a/ui/src/i18n/locales/en/nls.workflow.json +++ b/ui/src/i18n/locales/en/nls.workflow.json @@ -9,11 +9,11 @@ "workflow.search.placeholder": "Search by workflow name ...", "workflow.action.create.button": "Create workflow", - "workflow.action.edit.menu": "Edit workflow", - "workflow.action.duplicate.menu": "Duplicate workflow", + "workflow.action.edit.menu": "Edit", + "workflow.action.duplicate.menu": "Duplicate", "workflow.action.duplicate.modal.title": "Duplicate \"{{name}}\"", "workflow.action.duplicate.modal.content": "Are you sure to duplicate this workflow?", - "workflow.action.delete.menu": "Delete workflow", + "workflow.action.delete.menu": "Delete", "workflow.action.delete.modal.title": "Delete \"{{name}}\"", "workflow.action.delete.modal.content": "Are you sure want to delete this workflow?
This action cannot be undone.", "workflow.action.batch_delete.modal.title": "Delete workflows", @@ -22,7 +22,7 @@ "workflow.action.enable.errmsg.unpublished": "Please complete the orchestration and publish the changes first", "workflow.action.disable.button": "Deactivate", "workflow.action.run.button": "Run", - "workflow.action.run.menu": "Run workflow", + "workflow.action.run.menu": "Run", "workflow.action.run.modal.title": "Run workflow", "workflow.action.run.modal.content": "You have unpublished changes. Do you really want to run this workflow based on the last published version?", "workflow.action.run.prompt": "Running... Please check the history later", diff --git a/ui/src/i18n/locales/en/nls.workflow.runs.json b/ui/src/i18n/locales/en/nls.workflow.runs.json index 18aa1e3a..9be76479 100644 --- a/ui/src/i18n/locales/en/nls.workflow.runs.json +++ b/ui/src/i18n/locales/en/nls.workflow.runs.json @@ -1,9 +1,9 @@ { "workflow_run.action.view.menu": "View details", - "workflow_run.action.cancel.menu": "Cancel run", + "workflow_run.action.cancel.menu": "Cancel", "workflow_run.action.cancel.modal.title": "Cancel workflow run", "workflow_run.action.cancel.modal.content": "Are you sure to cancel this run?", - "workflow_run.action.delete.menu": "Delete run", + "workflow_run.action.delete.menu": "Delete", "workflow_run.action.delete.modal.title": "Delete \"{{name}}\"", "workflow_run.action.delete.modal.content": "Are you sure want to delete this workflow run?
This action cannot be undone.", "workflow_run.action.batch_delete.modal.title": "Delete workflow runs",