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:
Christian Heimes 2017-11-20 11:07:11 +01:00
parent d7aa7945e8
commit 3756dbf964

View File

@ -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];