Repository: ambari Updated Branches: refs/heads/branch-2.6 701d640ee -> 3a1c3a6e4
AMBARI-21991. Clarify MAINT Upgrade Message About Existing Services (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3a1c3a6e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3a1c3a6e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3a1c3a6e Branch: refs/heads/branch-2.6 Commit: 3a1c3a6e46bd0c3f91b3cb3467f91617d10d57ce Parents: 701d640 Author: Alex Antonenko <[email protected]> Authored: Tue Sep 19 15:08:30 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Sep 19 15:08:30 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3a1c3a6e/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 632c9fb..57b9f80 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -1741,7 +1741,7 @@ Em.I18n.translations = { 'admin.stackDowngrade.state.paused.fail.header': "Pause Downgrade failed", 'admin.stackDowngrade.state.paused.fail.body': "Downgrade could not be paused. Try again later.", - 'admin.stackVersions.version.service.notUpgradable': "Update available, but already installed.", + 'admin.stackVersions.version.service.notUpgradable': "The version of this service included in this repository is already installed in the cluster.", 'admin.stackVersions.version.upgrade.upgradeOptions.header': "Upgrade Options", 'admin.stackVersions.version.upgrade.upgradeOptions.bodyMsg.version': "You are about to perform an upgrade to <b>{0}</b>.",
