KEYCLOAK-15697 Fix config entry tooltip
This commit is contained in:
parent
ec39569970
commit
0621e4ceb9
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input kc-no-reserved-chars class="form-control" id="entityId" type="text" ng-model="identityProvider.config.entityId" required>
|
<input kc-no-reserved-chars class="form-control" id="entityId" type="text" ng-model="identityProvider.config.entityId" required>
|
||||||
</div>
|
</div>
|
||||||
<kc-tooltip>{{:: 'identityProvider.config.entity-id.tooltip' | translate}}</kc-tooltip>
|
<kc-tooltip>{{:: 'identity-provider.saml.entity-id.tooltip' | translate}}</kc-tooltip>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group clearfix">
|
<div class="form-group clearfix">
|
||||||
<label class="col-md-2 control-label" for="singleSignOnServiceUrl"><span class="required">*</span> {{:: 'single-signon-service-url' | translate}}</label>
|
<label class="col-md-2 control-label" for="singleSignOnServiceUrl"><span class="required">*</span> {{:: 'single-signon-service-url' | translate}}</label>
|
||||||
|
|
Loading…
Reference in a new issue