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

This commit is contained in:
Brian Federle 2013-03-26 10:18:56 -07:00
parent fedef61c55
commit d6e8701cae
1 changed files with 1 additions and 1 deletions

View File

@ -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'] + '...'
)
));
}