KEYCLOAK-10677 Fix incorrect tooltip texts
This commit is contained in:
parent
97fccd6d50
commit
f2ab8d97c0
5 changed files with 5 additions and 5 deletions
|
@ -974,7 +974,7 @@ unlink-users=Benutzer entsperren
|
|||
#client-authentication=Client Authentication
|
||||
#client-authentication.tooltip=Select the flow you want to use for authentication of clients.
|
||||
#docker-auth=Docker Authentication
|
||||
#docker-auth.tooptip=Select the flow you want to use for authentication against a docker client.
|
||||
#docker-auth.tooltip=Select the flow you want to use for authentication against a docker client.
|
||||
new=Neu
|
||||
copy=Kopieren
|
||||
#add-execution=Add execution
|
||||
|
|
|
@ -962,7 +962,7 @@ reset-credentials.tooltip=ユーザーがクレデンシャルを忘れた際に
|
|||
client-authentication=クライアント認証
|
||||
client-authentication.tooltip=クライアント認証で使用したいフローを選択してください。
|
||||
docker-auth=Docker認証
|
||||
docker-auth.tooptip=Dockerクライアントに対する認証に使用するフローを選択します。
|
||||
docker-auth.tooltip=Dockerクライアントに対する認証に使用するフローを選択します。
|
||||
new=新規作成
|
||||
copy=コピー
|
||||
add-execution=Execution を追加
|
||||
|
|
|
@ -1012,7 +1012,7 @@ reset-credentials.tooltip=Select the flow you want to use when the user has forg
|
|||
client-authentication=Client Authentication
|
||||
client-authentication.tooltip=Select the flow you want to use for authentication of clients.
|
||||
docker-auth=Docker Authentication
|
||||
docker-auth.tooptip=Select the flow you want to use for authentication against a docker client.
|
||||
docker-auth.tooltip=Select the flow you want to use for authentication against a docker client.
|
||||
new=New
|
||||
copy=Copy
|
||||
add-execution=Add execution
|
||||
|
|
|
@ -94,7 +94,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>
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
<option value="Days">{{:: 'days' | translate}}</option>
|
||||
</select>
|
||||
</div>
|
||||
<kc-tooltip>{{:: 'login-timeout' | translate}}</kc-tooltip>
|
||||
<kc-tooltip>{{:: 'login-timeout.tooltip' | translate}}</kc-tooltip>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Reference in a new issue