diff --git a/platform/commonUI/browse/src/creation/CreateAction.js b/platform/commonUI/browse/src/creation/CreateAction.js index dd8f227446..83d88ba709 100644 --- a/platform/commonUI/browse/src/creation/CreateAction.js +++ b/platform/commonUI/browse/src/creation/CreateAction.js @@ -103,7 +103,7 @@ define( if (countEditableViews(editableObject) > 0 && editableObject.hasCapability('composition')) { this.navigationService.setNavigation(editableObject); } else { - return editableObject.getCapability('action').perform('save-as'); + return editableObject.getCapability('action').perform('save'); } }; diff --git a/platform/commonUI/edit/bundle.js b/platform/commonUI/edit/bundle.js index 7c8f45eb81..a67125b9b9 100644 --- a/platform/commonUI/edit/bundle.js +++ b/platform/commonUI/edit/bundle.js @@ -171,10 +171,10 @@ define([ "priority": "mandatory" }, { - "key": "save-as", + "key": "save", "category": "conclude-editing", "implementation": SaveAsAction, - "name": "Save As", + "name": "Save", "description": "Save changes made to these objects.", "depends": [ "$injector",