From eaf2ac3160eccf91d2910a7bb16223b4201e8402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20J=C3=B6nsson?= Date: Tue, 10 Feb 2015 09:23:13 +0100 Subject: [PATCH] Add missing white space to loading box. --- .../src/main/webapp/resources/js/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/client.js b/openid-connect-server-webapp/src/main/webapp/resources/js/client.js index 913655d1d..e6dd3bf86 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/client.js +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/client.js @@ -439,7 +439,7 @@ var ClientListView = Backbone.View.extend({ $('#loadingbox').sheet('show'); $('#loading').html( - '' + $.t("common.clients") + '' + + '' + $.t("common.clients") + ' ' + '' + $.t("whitelist.whitelist") + ' ' + '' + $.t("common.scopes") + ' ' + '' + $.t("common.statistics") + ' ' @@ -550,7 +550,7 @@ var ClientListView = Backbone.View.extend({ e.preventDefault(); $('#loadingbox').sheet('show'); $('#loading').html( - '' + $.t("common.clients") + '' + + '' + $.t("common.clients") + ' ' + '' + $.t("whitelist.whitelist") + ' ' + '' + $.t("common.scopes") + ' ' + '' + $.t("common.statistics") + ' '