mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -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({
|
||||
name: 'cert_auth',
|
||||
title:"Login using personal certificate",
|
||||
label: "Login Using Certificate",
|
||||
title:"Log in using personal certificate",
|
||||
label: "Log In Using Certificate",
|
||||
button_class: 'btn btn-link',
|
||||
click: this.login_with_cert.bind(this)
|
||||
})[0];
|
||||
|
Loading…
Reference in New Issue
Block a user