summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/auth.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/params/auth.html.tmpl')
-rw-r--r--template/en/default/admin/params/auth.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl
index 228609827..88d54ccf3 100644
--- a/template/en/default/admin/params/auth.html.tmpl
+++ b/template/en/default/admin/params/auth.html.tmpl
@@ -96,24 +96,24 @@
webservice_email_filter =>
"Filter email addresses returned by the WebService API depending on " _
"if the user is logged in or not. This works similarly to how the " _
- "web UI currently filters email addresses. If <tt>requirelogin</tt> " _
+ "web UI currently filters email addresses. If <var>requirelogin</var> " _
"is enabled, then this parameter has no effect as users must be logged " _
"in to use ${terms.Bugzilla}.",
emailregexp =>
"This defines the regular expression to use for legal email addresses. " _
"The default tries to match fully qualified email addresses. " _
- "Use <tt>.*</tt> to accept any email address following the " _
- "<a href='http://tools.ietf.org/html/rfc2822#section-3.4.1'>RFC 2822</a> " _
- "specification. Another popular value to put here is <tt>^[^@]+$</tt>, " _
+ "Use <kbd>.*</kbd> to accept any email address following the " _
+ "<a href=\"http://tools.ietf.org/html/rfc2822#section-3.4.1\">RFC 2822</a> " _
+ "specification. Another popular value to put here is <kbd>^[^@]+$</kbd>, " _
"which means 'local usernames, no @ allowed.'",
emailregexpdesc => "This description explains valid addresses that " _
- "are allowed by the <tt>emailregexp</tt> param.",
+ "are allowed by the <var>emailregexp</var> param.",
emailsuffix => "This is a string to append to any email addresses when actually " _
"sending mail to that address. It is useful if you have changed " _
- "the <tt>emailregexp</tt> param to only allow local usernames, " _
+ "the <var>emailregexp</var> param to only allow local usernames, " _
"but you want the mail to be delivered to username@my.local.hostname.",
createemailregexp => "This defines the (case-insensitive) regexp to use for email addresses that are " _