summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail/template
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/SecureMail/template')
-rw-r--r--extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl b/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl
index c71ea902e..db595a23f 100644
--- a/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl
+++ b/extensions/SecureMail/template/en/default/account/prefs/securemail.html.tmpl
@@ -17,6 +17,12 @@
# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
+[% IF test_email_sent %]
+ <div id="message">
+ An encrypted test email has been sent to your address.
+ </div>
+[% END %]
+
<p>Some [% terms.bugs %] in this [% terms.Bugzilla %] are in groups the administrator has
deemed 'secure'. This means emails containing information about those [% terms.bugs %]
will only be sent encrypted. Enter your PGP/GPG public key or
@@ -30,3 +36,5 @@ SMIME certificate here to receive full update emails for such [% terms.bugs %].<
<textarea id="public_key" name="public_key" cols="72" rows="12">
[%- public_key FILTER html %]</textarea>
+
+<p>Submitting valid changes will automatically send an encrypted test email to your address.</p>