diff options
author | Marc Schumann <wurblzap@gmail.com> | 2013-11-04 14:35:59 +0100 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2013-11-04 14:35:59 +0100 |
commit | 7d590c7dd0d28284a513c3dd2b9a95d18eaee827 (patch) | |
tree | d06a4e8d250c01558830f96c53697376f878401b | |
parent | f3bbb2e7626cef795b740f9a5c4f03e99554771c (diff) | |
download | bugs-7d590c7dd0d28284a513c3dd2b9a95d18eaee827.tar bugs-7d590c7dd0d28284a513c3dd2b9a95d18eaee827.tar.gz bugs-7d590c7dd0d28284a513c3dd2b9a95d18eaee827.tar.bz2 bugs-7d590c7dd0d28284a513c3dd2b9a95d18eaee827.tar.xz bugs-7d590c7dd0d28284a513c3dd2b9a95d18eaee827.zip |
Bug 933274 - Uncaught bugword in template/en/default/admin/params/auth.html.tmpl.
r=dkl; a=sgreen
-rw-r--r-- | template/en/default/admin/params/auth.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 41acc1a7f..228609827 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -98,7 +98,7 @@ "if the user is logged in or not. This works similarly to how the " _ "web UI currently filters email addresses. If <tt>requirelogin</tt> " _ "is enabled, then this parameter has no effect as users must be logged " _ - "in to use Bugzilla.", + "in to use ${terms.Bugzilla}.", emailregexp => "This defines the regular expression to use for legal email addresses. " _ |