We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1aece commit 63fc075Copy full SHA for 63fc075
1 file changed
source/IdentityServer3.Contrib.Localization.UI/assets/_consent.html
@@ -31,7 +31,7 @@ <h1>
31
<strong>{{scope.displayName}}</strong>
32
<span ng-show="scope.emphasize" class="glyphicon glyphicon-exclamation-sign"></span>
33
</label>
34
- <span ng-show="scope.required"><em>(required)</em></span>
+ <span ng-show="scope.required"><em>[[consent.required]]</em></span>
35
<div class="consent-description" ng-show="scope.description">
36
<label for="scopes_{{scope.name}}">{{scope.description}}</label>
37
</div>
0 commit comments