KEYCLOAK-4614 Fix linkOnly tooltip reference
This commit is contained in:
parent
b30b96b9a1
commit
05a8fffdbf
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
<div class="col-md-6">
|
||||
<input ng-model="identityProvider.linkOnly" name="identityProvider.trustEmail" id="linkOnly" onoffswitch on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
|
||||
</div>
|
||||
<kc-tooltip>{{:: 'linkOnly.tooltip' | translate}}</kc-tooltip>
|
||||
<kc-tooltip>{{:: 'link-only.tooltip' | translate}}</kc-tooltip>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-2 control-label" for="hideOnLoginPage">{{:: 'hide-on-login-page' | translate}}</label>
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<div class="col-md-6">
|
||||
<input ng-model="identityProvider.linkOnly" name="identityProvider.trustEmail" id="linkOnly" onoffswitch on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
|
||||
</div>
|
||||
<kc-tooltip>{{:: 'linkOnly.tooltip' | translate}}</kc-tooltip>
|
||||
<kc-tooltip>{{:: 'link-only.tooltip' | translate}}</kc-tooltip>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-2 control-label" for="hideOnLoginPage">{{:: 'hide-on-login-page' | translate}}</label>
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<div class="col-md-6">
|
||||
<input ng-model="identityProvider.linkOnly" name="identityProvider.trustEmail" id="linkOnly" onoffswitch on-text="{{:: 'onText' | translate}}" off-text="{{:: 'offText' | translate}}" />
|
||||
</div>
|
||||
<kc-tooltip>{{:: 'linkOnly.tooltip' | translate}}</kc-tooltip>
|
||||
<kc-tooltip>{{:: 'link-only.tooltip' | translate}}</kc-tooltip>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-2 control-label" for="hideOnLoginPage">{{:: 'hide-on-login-page' | translate}}</label>
|
||||
|
|
Loading…
Reference in a new issue