diff options
author | jocuri%softhome.net <> | 2004-03-26 10:55:36 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-26 10:55:36 +0100 |
commit | d84346fcf7f55d29ee773467c214c9d054352c23 (patch) | |
tree | f97d40eef99ae582792ef701227048c883122e5f | |
parent | 9365982bc909199ce7f8bac3370943f39ed2f607 (diff) | |
download | bugzilla-d84346fcf7f55d29ee773467c214c9d054352c23.tar.gz bugzilla-d84346fcf7f55d29ee773467c214c9d054352c23.tar.xz |
Patch for bug 238673: add missing article in change email address page; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
-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 1caa6685b..3efdf4c3a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -579,7 +579,7 @@ [% ELSIF error == "old_password_required" %] [% title = "Old Password Required" %] - You must enter your old password to change email address. + You must enter your old password to change your email address. [% ELSIF error == "passwords_dont_match" %] [% title = "Passwords Don't Match" %] |