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({ 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];