diff --git a/mozilla/webtools/bugzilla/template/en/default/account/auth/login.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/account/auth/login.html.tmpl
index 0970cd9d0ae..0370aa29655 100644
--- a/mozilla/webtools/bugzilla/template/en/default/account/auth/login.html.tmpl
+++ b/mozilla/webtools/bugzilla/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)$" %]
-
+
(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.)
diff --git a/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl
index d7f6be6f774..e0d94137280 100644
--- a/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl
@@ -69,7 +69,7 @@ function addSidebar() {
[% IF user.id %]
Select the product that you've found a [% terms.bug %] in.
-
Enter your e-mail address, password, and press the "Login" button.
+
Enter your e-mail address, password, and press the "Log in" button.
(If you don't yet have a password, leave the password field empty, and
press the "E-mail me a password" button instead. You'll quickly receive
an e-mail message with your password.)
diff --git a/mozilla/webtools/bugzilla/template/en/default/sidebar.xul.tmpl b/mozilla/webtools/bugzilla/template/en/default/sidebar.xul.tmpl
index b285cac5645..b04aa08dcab 100644
--- a/mozilla/webtools/bugzilla/template/en/default/sidebar.xul.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/sidebar.xul.tmpl
@@ -96,7 +96,7 @@ function normal_keypress_handler( aEvent ) {
[%- END %]
[%- IF user.get_flag('can_logout') %]
-
+
[%- END %]
[%- IF user.showmybugslink %]