Regions UI: Change loading state text to 'Loading...'

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6e8701c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6e8701c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6e8701c

Branch: refs/heads/scaleupvm
Commit: d6e8701caeef728ce096f02b2ea89ae415141e80
Parents: fedef61
Author: Brian Federle <[email protected]>
Authored: Tue Mar 26 10:18:56 2013 -0700
Committer: Brian Federle <[email protected]>
Committed: Tue Mar 26 10:19:02 2013 -0700

----------------------------------------------------------------------
 ui/scripts/ui-custom/login.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6e8701c/ui/scripts/ui-custom/login.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/login.js b/ui/scripts/ui-custom/login.js
index 783a170..7a3b887 100644
--- a/ui/scripts/ui-custom/login.js
+++ b/ui/scripts/ui-custom/login.js
@@ -136,7 +136,7 @@
         $('<span>').html(
           // _l is not set yet, so localize directly to dictionary
           // [should fix in future]
-          dictionary['message.redirecting.region']
+          dictionary['label.loading'] + '...'
         )
       ));
     }

Reply via email to