mirror of https://github.com/apache/cloudstack.git
Regions UI: Change loading state text to 'Loading...'
This commit is contained in:
parent
fedef61c55
commit
d6e8701cae
|
|
@ -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'] + '...'
|
||||
)
|
||||
));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue