Translated missing loading box.

pull/763/head
Fredrik Jönsson 2015-02-10 09:26:51 +01:00
parent eaf2ac3160
commit 76b10736ef
1 changed files with 3 additions and 2 deletions

View File

@ -588,8 +588,9 @@ var AppRouter = Backbone.Router.extend({
} }
$('#loadingbox').sheet('show'); $('#loadingbox').sheet('show');
$('#loading').html('<span class="label" id="loading-scopes">Scopes</span> ' $('#loading').html(
+ '<span class="label" id="loading-client">Client</span> '); '<span class="label" id="loading-scopes">' + $.t('common.scopes') + '</span> '
+ '<span class="label" id="loading-client">' + $.t('common.client') + '</span> ');
// re-sync the client every time // re-sync the client every time
client.fetch({ client.fetch({