Translated last of scopes.
parent
73a4533906
commit
550b7d4e41
|
@ -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?",
|
||||||
|
|
|
@ -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?",
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue