From 203b64266389eedd9f768e974cd8260c04d7523e Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 19 Mar 2005 05:32:46 +0000 Subject: Bug 103439 : Correctly use noun/verb forms of Login/Log In and Logout/Log Out where appropriate Patch by Shane H. W. Travis r=myk a=myk --- template/en/default/account/auth/login.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/account/auth') 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)$" %] - +

(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.)

-- cgit v1.2.3-24-g4f1b