diff options
author | reed%reedloden.com <> | 2006-12-29 02:51:35 +0100 |
---|---|---|
committer | reed%reedloden.com <> | 2006-12-29 02:51:35 +0100 |
commit | bf4abe214cd33bb1c7733b5c3ae009ab4fb41a92 (patch) | |
tree | c3dece4b3282ebf72c28096a257e2c772d99c169 /template | |
parent | 84e36a3d1fea362f08865dd9be817ae16d1da382 (diff) | |
download | bugzilla-bf4abe214cd33bb1c7733b5c3ae009ab4fb41a92.tar.gz bugzilla-bf4abe214cd33bb1c7733b5c3ae009ab4fb41a92.tar.xz |
Bug 364919 - "Watching-related text at bottom of "Email Preferences" page has typos" [p=reed/timeless r=LpSolit a=justdave]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/email.html.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 1cfc4f18f..1aa4dae76 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -262,9 +262,12 @@ If you watch a user, it is as if you are standing in their shoes for the purposes of getting email. Email is sent or not according to <u>your</u> preferences for <u>their</u> relationship to the [% terms.bug %] (e.g. Assignee). -[% IF watchedusers.size %]You are watching anyone on the following list: - </p> +</p> +<p> +[% IF watchedusers.size %] +You are watching everyone in the following list: + </p> <p> <select id="watched_by_you" name="watched_by_you" multiple="multiple" size="5"> [% FOREACH w = watchedusers %] |