diff options
author | Sunil Joshi <joshi_sunil@in.com> | 2012-12-31 04:37:39 +0100 |
---|---|---|
committer | Teemu Mannermaa <wicked@sci.fi> | 2012-12-31 04:37:39 +0100 |
commit | a9fb9c4b84b21f01a9bfea6eea13ee1b27435ca6 (patch) | |
tree | 3641e402f5e1d40325c7fae4bdf4bb9c7fc35f32 /template/en/default | |
parent | 59a318a6b8eb045f3b5bc43d8bdec6c60f94617b (diff) | |
download | bugzilla-a9fb9c4b84b21f01a9bfea6eea13ee1b27435ca6.tar.gz bugzilla-a9fb9c4b84b21f01a9bfea6eea13ee1b27435ca6.tar.xz |
Bug 365524: Improve emailregexpdesc parameter help text
r=wicked, a=LpSolit
Diffstat (limited to 'template/en/default')
-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 99e2a6b1c..57db6025a 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -108,7 +108,7 @@ "specification. Another popular value to put here is <tt>^[^@]+$</tt>, " _ "which means 'local usernames, no @ allowed.'", - emailregexpdesc => "This describes in English words what kinds of legal addresses " _ + emailregexpdesc => "This description explains valid addresses that " _ "are allowed by the <tt>emailregexp</tt> param.", emailsuffix => "This is a string to append to any email addresses when actually " _ |