diff --git a/app/app/components/section/base-editor.js b/app/app/components/section/base-editor.js index 35eb2c6f..3d17c7e3 100644 --- a/app/app/components/section/base-editor.js +++ b/app/app/components/section/base-editor.js @@ -1,11 +1,11 @@ // Copyright 2016 Documize Inc. . All rights reserved. // -// This software (Documize Community Edition) is licensed under +// This software (Documize Community Edition) is licensed under // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html // // You can operate outside the AGPL restrictions by purchasing // Documize Enterprise Edition and obtaining a commercial license -// by contacting . +// by contacting . // // https://documize.com @@ -13,7 +13,7 @@ import Ember from 'ember'; export default Ember.Component.extend({ drop: null, - cancelLabel: "Cancel", + cancelLabel: "Close", actionLabel: "Save", tip: "Short and concise title for the page", busy: false, @@ -88,4 +88,4 @@ export default Ember.Component.extend({ this.attrs.onCancel(); } } -}); \ No newline at end of file +});