Improve standby message in jsgui
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b30e1501 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b30e1501 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b30e1501 Branch: refs/heads/master Commit: b30e1501b32f538eefd290023ca6b3066fc55421 Parents: a0611a0 Author: Sam Corbett <sam.corb...@cloudsoftcorp.com> Authored: Mon Jun 2 15:03:02 2014 +0100 Committer: Sam Corbett <sam.corb...@cloudsoftcorp.com> Committed: Mon Jun 2 15:04:35 2014 +0100 ---------------------------------------------------------------------- .../src/main/webapp/assets/tpl/home/server-not-ha-master.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/b30e1501/usage/jsgui/src/main/webapp/assets/tpl/home/server-not-ha-master.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/tpl/home/server-not-ha-master.html b/usage/jsgui/src/main/webapp/assets/tpl/home/server-not-ha-master.html index 7f48790..c32b7a5 100644 --- a/usage/jsgui/src/main/webapp/assets/tpl/home/server-not-ha-master.html +++ b/usage/jsgui/src/main/webapp/assets/tpl/home/server-not-ha-master.html @@ -7,7 +7,7 @@ <% if (masterUri) { %> <p>Redirecting to the master server at <a href="<%= masterUri %>"><%= masterUri %></a> shortly.</p> <% } else { %> - <p>The master Brooklyn server is not currently known.</p> + <p>The address of the master Brooklyn server is not currently known.</p> <% } %> </div> </div> \ No newline at end of file