diff options
author | lpsolit%gmail.com <> | 2008-10-29 03:27:20 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-10-29 03:27:20 +0100 |
commit | 791b504786fe9d4793afc671903be1c9b7630649 (patch) | |
tree | 7ba8306e22c29d86c947ce1e1beecdd52d0cc990 | |
parent | 7d8aa7af0dd2663e72e7f2f8b33927d396d6a146 (diff) | |
download | bugzilla-791b504786fe9d4793afc671903be1c9b7630649.tar.gz bugzilla-791b504786fe9d4793afc671903be1c9b7630649.tar.xz |
Bug 461958: Account creation page uses word "accountname" - should be "account name" - Patch by Rob Siklos [:robzilla] <robzilla2@siklos.ca> r/a=LpSolit
-rw-r--r-- | template/en/default/account/create.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index db5df1b43..5b8220193 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -40,7 +40,7 @@ [% IF Param('emailsuffix') == '' %] a legitimate email address. [% ELSE %] - an accountname which when combined with [% Param('emailsuffix') %] + an account name which when combined with [% Param('emailsuffix') %] corresponds to an address where you receive email. [% END %] You will receive an email at this address to confirm the creation of your |