Mark Lenser pushed to branch feature/cmng-psp1 at cms-community / 
hippo-addon-channel-manager


Commits:
870375f2 by Mark at 2016-05-31T09:55:26+02:00
CHANNELMGR-688: recommit delete

- - - - -


2 changed files:

- frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.js
- frontend-ng/src/i18n/en.json


Changes:

=====================================
frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.js
=====================================
--- a/frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.js
+++ b/frontend-ng/src/angularjs/channel/hippoIframe/hippoIframe.controller.js
@@ -121,7 +121,7 @@ export class HippoIframeCtrl {
       .textContent(this.$translate.instant('CONFIRM_DELETE_COMPONENT_MESSAGE', 
{
         component: selectedComponent.getLabel(),
       }))
-      .ok(this.$translate.instant('REMOVE'))
+      .ok(this.$translate.instant('DELETE'))
       .cancel(this.$translate.instant('CANCEL'));
 
     return this.DialogService.show(confirm);


=====================================
frontend-ng/src/i18n/en.json
=====================================
--- a/frontend-ng/src/i18n/en.json
+++ b/frontend-ng/src/i18n/en.json
@@ -4,7 +4,7 @@
   "CANCEL": "Cancel",
   "CHANNEL_PROPERTIES_SAVE_SUCCESS": "Channel settings saved successfully",
   "COLLAPSE": "Collapse",
-  "CONFIRM_DELETE_COMPONENT_MESSAGE": "Remove component '{{component}}' from 
this template?",
+  "CONFIRM_DELETE_COMPONENT_MESSAGE": "Delete component '{{component}}' from 
this template?",
   "CONFIRM_DELETE_PAGE_MESSAGE": "Delete '{{page}}'?",
   "CONFIRM_DELETE_MENU_ITEM_MESSAGE": "Delete '{{menuItem}}'?",
   "CONFIRM_DISCARD_CHANGES_MESSAGE": "Discard changes by '{{user}}'?",



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/870375f21602edcad632d2074dce49d733ee5dca
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to