Repository: ambari Updated Branches: refs/heads/AMBARI-12885 06524e68d -> b183b8241
Revert "Sangeeta's test" This reverts commit 06524e68d73108751bae778a3769aa8c95f14f87. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b183b824 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b183b824 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b183b824 Branch: refs/heads/AMBARI-12885 Commit: b183b8241a53321b0442c7ca3fec75831653b567 Parents: 06524e6 Author: Sangeeta Ravindran <[email protected]> Authored: Mon Nov 14 16:07:05 2016 -0800 Committer: Sangeeta Ravindran <[email protected]> Committed: Mon Nov 14 16:07:05 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/b183b824/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index f90548f..0afce4b 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 Background Operations dialog when starting an operation', + 'app.settings.notshowBgOperationsPopup': 'Do not show the 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',
