mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Fix grammar in login screen
https://pagure.io/freeipa/issue/7263 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
parent
d7aa7945e8
commit
3756dbf964
@ -97,8 +97,8 @@ define(['dojo/_base/declare',
|
|||||||
|
|
||||||
this.cert_btn_node = IPA.button({
|
this.cert_btn_node = IPA.button({
|
||||||
name: 'cert_auth',
|
name: 'cert_auth',
|
||||||
title:"Login using personal certificate",
|
title:"Log in using personal certificate",
|
||||||
label: "Login Using Certificate",
|
label: "Log In Using Certificate",
|
||||||
button_class: 'btn btn-link',
|
button_class: 'btn btn-link',
|
||||||
click: this.login_with_cert.bind(this)
|
click: this.login_with_cert.bind(this)
|
||||||
})[0];
|
})[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user