Translated last of scopes.

pull/763/head
Fredrik Jönsson 2015-02-07 15:41:00 +01:00
parent 73a4533906
commit 550b7d4e41
3 changed files with 7 additions and 1 deletions

View File

@ -57,6 +57,9 @@
} }
}, },
"scope": { "scope": {
"scope-list": {
"no-scopes": "NO SCOPES"
},
"system-scope-form": { "system-scope-form": {
"default": "default scope", "default": "default scope",
"default-help": "Newly-created clients get this scope by default?", "default-help": "Newly-created clients get this scope by default?",

View File

@ -57,6 +57,9 @@
} }
}, },
"scope": { "scope": {
"scope-list": {
"no-scopes": "INGA SCOPE"
},
"system-scope-form": { "system-scope-form": {
"default": "default scope", "default": "default scope",
"default-help": "Ny klienter får detta scope per default?", "default-help": "Ny klienter får detta scope per default?",

View File

@ -199,7 +199,7 @@
<% <%
if (_.isEmpty(scopes)) { if (_.isEmpty(scopes)) {
%> %>
<span class="badge badge-important"><i class="icon-warning-sign icon-white"></i> NO SCOPES</span> <span class="badge badge-important"><i class="icon-warning-sign icon-white"></i> <span data-i18n="scope.scope-list.no-scopes">NO SCOPES</span></span>
<% <%
} else { } else {