From d6e8701caeef728ce096f02b2ea89ae415141e80 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 26 Mar 2013 10:18:56 -0700 Subject: [PATCH] Regions UI: Change loading state text to 'Loading...' --- ui/scripts/ui-custom/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui-custom/login.js b/ui/scripts/ui-custom/login.js index 783a17033c4..7a3b887d783 100644 --- a/ui/scripts/ui-custom/login.js +++ b/ui/scripts/ui-custom/login.js @@ -136,7 +136,7 @@ $('').html( // _l is not set yet, so localize directly to dictionary // [should fix in future] - dictionary['message.redirecting.region'] + dictionary['label.loading'] + '...' ) )); }