We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d1aece + 63fc075 commit e58c297Copy full SHA for e58c297
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