Address more 'to login'

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Pavel Vomacka <pvomacka@redhat.com>
This commit is contained in:
Christian Heimes
2017-11-21 09:15:07 +01:00
parent ae3160fdd7
commit dca9f84961
3 changed files with 6 additions and 6 deletions

View File

@@ -123,7 +123,7 @@
Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer. Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer.
</p> </p>
<p> <p>
<strong>Login to the Windows machine using an account of your Kerberos realm (administrative domain)</strong> <strong>Log into the Windows machine using an account of your Kerberos realm (administrative domain)</strong>
</p> </p>
<p> <p>
<strong>In Internet Explorer, click Tools, and then click Internet Options.</strong> <strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>

View File

@@ -51,13 +51,13 @@ define(['dojo/_base/declare',
expired_msg: "Your session has expired. Please re-login.", expired_msg: "Your session has expired. Please re-login.",
form_auth_msg: "<i class=\"fa fa-info-circle\"></i> To login with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.", form_auth_msg: "<i class=\"fa fa-info-circle\"></i> To log in with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.",
kerberos_msg: "<i class=\"fa fa-info-circle\"></i> To login with <strong>Kerberos</strong>, please make sure you" + kerberos_msg: "<i class=\"fa fa-info-circle\"></i> To log in with <strong>Kerberos</strong>, please make sure you" +
" have valid tickets (obtainable via kinit) and " + " have valid tickets (obtainable via kinit) and " +
"<a href='http://${host}/ipa/config/ssbrowser.html'>configured</a>" + "<a href='http://${host}/ipa/config/ssbrowser.html'>configured</a>" +
" the browser correctly, then click Login. ", " the browser correctly, then click Login. ",
cert_msg: "<i class=\"fa fa-info-circle\"></i> To login with <strong>certificate</strong>," + cert_msg: "<i class=\"fa fa-info-circle\"></i> To log in with <strong>certificate</strong>," +
" please make sure you have valid personal certificate. ", " please make sure you have valid personal certificate. ",
form_auth_failed: "Login failed due to an unknown reason. ", form_auth_failed: "Login failed due to an unknown reason. ",

View File

@@ -10,11 +10,11 @@
"username" : "Username", "username" : "Username",
"logout_error" : "Logout error", "logout_error" : "Logout error",
"logout" : "Logout", "logout" : "Logout",
"krb_auth_msg" : "<i class=\"fa fa-info-circle\"></i> To login with <strong>Kerberos</strong>, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login.", "krb_auth_msg" : "<i class=\"fa fa-info-circle\"></i> To log in with <strong>Kerberos</strong>, please make sure you have valid tickets (obtainable via kinit) and <a href='http://${host}/ipa/config/unauthorized.html'>configured</a> the browser correctly, then click Login.",
"sync_otp_token" : "Sync OTP Token", "sync_otp_token" : "Sync OTP Token",
"login" : "Login", "login" : "Login",
"password" : "Password", "password" : "Password",
"form_auth" : "<i class=\"fa fa-info-circle\"></i> To login with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.", "form_auth" : "<i class=\"fa fa-info-circle\"></i> To log in with <strong>username and password</strong>, enter them in the corresponding fields, then click Login.",
"loading_md" : "Loading data" "loading_md" : "Loading data"
}, },
"status" : { "status" : {