summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/auth/login.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/auth/login.html.tmpl')
-rw-r--r--template/en/default/account/auth/login.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl
index 0970cd9d0..0370aa296 100644
--- a/template/en/default/account/auth/login.html.tmpl
+++ b/template/en/default/account/auth/login.html.tmpl
@@ -31,7 +31,7 @@
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
- title = "Login",
+ title = "Log in to $terms.Bugzilla",
onload = "document.forms['login'].Bugzilla_login.focus()"
%]
@@ -90,11 +90,11 @@
[% PROCESS "global/hidden-fields.html.tmpl"
exclude="^Bugzilla_(login|password|restrictlogin)$" %]
- <input type="submit" name="GoAheadAndLogIn" value="Login">
+ <input type="submit" name="GoAheadAndLogIn" value="Log in">
<p>
(Note: you should make sure cookies are enabled for this site.
- Otherwise, you will frequently be required to re-login.)
+ Otherwise, you will be required to log in frequently.)
</p>
</form>