From 0e911b220ad23829b484b85ae98196f0a69adde0 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sun, 12 Jun 2016 15:51:25 +0100 Subject: [PATCH] Caption change: cancel -> close --- app/app/components/section/base-editor.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +});