Repository: ambari Updated Branches: refs/heads/trunk b1d43fbe0 -> d17ea8be3
AMBARI-15763. Delete service: UX edits v2 (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d17ea8be Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d17ea8be Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d17ea8be Branch: refs/heads/trunk Commit: d17ea8be32fefe83d23de94ddd18906a0fa426c3 Parents: 6e349d9 Author: Alex Antonenko <[email protected]> Authored: Thu Apr 7 18:05:23 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Thu Apr 7 18:05:24 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d17ea8be/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index b2e3f1c..2d6ec67 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1776,7 +1776,7 @@ Em.I18n.translations = { 'services.service.delete.popup.mustBeStopped.dependent': ' Along with dependent service <b>{0}</b>.', 'services.service.delete.popup.warning': 'The <b>{0} service will be removed from Ambari and all configurations' + ' and configuration history will be lost.</b>', - 'services.service.delete.popup.warning.dependent': '<b>Note! {0} will be deleted too.</b>', + 'services.service.delete.popup.warning.dependent': '<b> Note: The dependent {0} service will be removed too.</b>', 'services.service.confirmDelete.popup.header': 'Confirm Delete', 'services.service.confirmDelete.popup.body': 'You must confirm delete of <b>{0}</b> by typing "{1}"' + ' in the confirmation box. <b>This operation is not reversible and all configuration history will be lost.</b>',
