diff options
author | Connor Behan <connor.behan@gmail.com> | 2014-01-07 15:36:28 -0500 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2014-01-07 15:36:28 -0500 |
commit | 192b02906b89fb61efdf60ef553d717a5d3e037f (patch) | |
tree | a8db9d735e43dae3eed2ae419c7c2f8fcd2967bd /template/en/default/account | |
parent | 98446d4f4473c2c06515ea606cd6643b13092e0c (diff) | |
download | bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.gz bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.bz2 bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.tar.xz bugs-192b02906b89fb61efdf60ef553d717a5d3e037f.zip |
Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a specific Bugzilla installation
r=dkl,a=justdave
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/account/cancel-token.txt.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/account/create.html.tmpl | 2 |
3 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 14415f1a6..266d77842 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -97,7 +97,7 @@ If you don't have a [% terms.Bugzilla %] account, you can <a href="createaccount.cgi">create a new account</a>. [% IF Param("requirelogin") %] - A user account is required because this [% terms.Bugzilla %] + A user account is required because this Bugzilla installation is only accessible to authenticated users. [% ELSIF target.match("_bug\.cgi$") %] A user account is required to file a new [% terms.bug %] or to comment diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index 483947ec9..c21a21b0a 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -81,7 +81,7 @@ Canceled Because: [% PROCESS cancelactionmessage %] [% ELSE %] [%# Give sensible error if the cancel-token function is used incorrectly. #%] - You are using [% terms.Bugzilla %]'s cancel-token function incorrectly. You + You are using Bugzilla's cancel-token function incorrectly. You passed in the string '[% cancelaction %]'. The correct use is to pass in a tag, and define that tag in the file cancel-token.txt.tmpl. diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 9ac79ba45..15896ef55 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -32,7 +32,7 @@ You will receive an email at this address to confirm the creation of your account. <b>You will not be able to log in until you receive the email.</b> If it doesn't arrive within a reasonable amount of time, you may contact - the maintainer of this [% terms.Bugzilla %] installation + the maintainer of this Bugzilla installation at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>. </p> |