1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00

Caption change: cancel -> close

This commit is contained in:
Harvey Kandola 2016-06-12 15:51:25 +01:00
parent 4186117b54
commit 0e911b220a

View file

@ -1,11 +1,11 @@
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved. // Copyright 2016 Documize Inc. <legal@documize.com>. 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 // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
// //
// You can operate outside the AGPL restrictions by purchasing // You can operate outside the AGPL restrictions by purchasing
// Documize Enterprise Edition and obtaining a commercial license // Documize Enterprise Edition and obtaining a commercial license
// by contacting <sales@documize.com>. // by contacting <sales@documize.com>.
// //
// https://documize.com // https://documize.com
@ -13,7 +13,7 @@ import Ember from 'ember';
export default Ember.Component.extend({ export default Ember.Component.extend({
drop: null, drop: null,
cancelLabel: "Cancel", cancelLabel: "Close",
actionLabel: "Save", actionLabel: "Save",
tip: "Short and concise title for the page", tip: "Short and concise title for the page",
busy: false, busy: false,
@ -88,4 +88,4 @@ export default Ember.Component.extend({
this.attrs.onCancel(); this.attrs.onCancel();
} }
} }
}); });