Repository: ambari Updated Branches: refs/heads/AMBARI-12885 99329fa12 -> 06524e68d
Sangeeta's test Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/06524e68 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/06524e68 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/06524e68 Branch: refs/heads/AMBARI-12885 Commit: 06524e68d73108751bae778a3769aa8c95f14f87 Parents: 99329fa Author: Sangeeta Ravindran <[email protected]> Authored: Mon Nov 14 15:44:37 2016 -0800 Committer: Sangeeta Ravindran <[email protected]> Committed: Mon Nov 14 15:44:37 2016 -0800 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/06524e68/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 0afce4b..f90548f 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -44,7 +44,7 @@ Em.I18n.translations = { 'app.manageAmbari': 'Manage Ambari', 'app.aboutAmbari':'About', 'app.settings.selectTimezone': 'Timezone', - 'app.settings.notshowBgOperationsPopup': 'Do not show the Background Operations dialog when starting an operation', + 'app.settings.notshowBgOperationsPopup': 'Do not show Background Operations dialog when starting an operation', 'app.settings.notShowBgOperations': 'Do not show this dialog again when starting a background operation', 'app.settings.categories.general': 'General', 'app.settings.categories.locale': 'Locale',
