Translated last of scopes.
parent
73a4533906
commit
550b7d4e41
|
@ -57,6 +57,9 @@
|
|||
}
|
||||
},
|
||||
"scope": {
|
||||
"scope-list": {
|
||||
"no-scopes": "NO SCOPES"
|
||||
},
|
||||
"system-scope-form": {
|
||||
"default": "default scope",
|
||||
"default-help": "Newly-created clients get this scope by default?",
|
||||
|
|
|
@ -57,6 +57,9 @@
|
|||
}
|
||||
},
|
||||
"scope": {
|
||||
"scope-list": {
|
||||
"no-scopes": "INGA SCOPE"
|
||||
},
|
||||
"system-scope-form": {
|
||||
"default": "default scope",
|
||||
"default-help": "Ny klienter får detta scope per default?",
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
<%
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue