Repository: ambari Updated Branches: refs/heads/trunk 6557b464b -> ac6c15edb
AMBARI-5516. Change web version mismatch wording to make the refresh op more clear. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ac6c15ed Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ac6c15ed Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ac6c15ed Branch: refs/heads/trunk Commit: ac6c15edb1ab07d94fab67dbcf2e44c6c22a9d7b Parents: 6557b46 Author: Yusaku Sako <[email protected]> Authored: Fri Apr 18 16:08:30 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Apr 18 16:08:30 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ac6c15ed/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 1185b69..cae4da6 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -29,7 +29,7 @@ Em.I18n.translations = { '<br>Ambari Server: <strong>{0}</strong>' + '<br>Ambari Web Client: <strong>{1}</strong><br>' + '<br>This typically happens after upgrading Ambari due to Ambari Web Client code cached in the browser.' + - '<br>Perform hard refresh to see if this message disappears.' + + '<br>Perform a hard browser cache refresh, typically \'Ctrl+Shift+R\' (\'Cmd+Shift+R\' on OS X), to see if this message disappears.' + '<br>If you keep seeing this message, clear the browser cache completely and hit this URL again.' + '<br>You must resolve this error in order to continue.', 'app.signout':'Sign out',
