diff options
author | jocuri%softhome.net <> | 2004-03-26 10:50:49 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-26 10:50:49 +0100 |
commit | 9365982bc909199ce7f8bac3370943f39ed2f607 (patch) | |
tree | ef1c8626668c59bbf7eb9a820b30f9ed2f5c80dc /template/en | |
parent | 597defcd0693deb3fa6875af9164ea26df124da4 (diff) | |
download | bugzilla-9365982bc909199ce7f8bac3370943f39ed2f607.tar.gz bugzilla-9365982bc909199ce7f8bac3370943f39ed2f607.tar.xz |
Patch for bug 238656: reword the "Account self-creation" error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index edeeecb9c..1caa6685b 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -41,7 +41,7 @@ [% error_message = BLOCK %] [% IF error == "account_creation_disabled" %] [% title = "Account Creation Disabled" %] - Account self-creation has been disabled or restricted. + User account creation has been disabled or restricted. <hr> New accounts must be created by an administrator. |