diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/body.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 4b32f2199..526ec10b3 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -100,8 +100,14 @@ </p> [% END %] + <div class="admin-hint"> + <p> + [% loc("The <strong>email address</strong> is the destination to which reports about this category will be sent. + Other categories for this body may have the same email address.") %] + </p> + </div> <p> - <strong>[% loc('Email:') %] </strong><input type="text" name="email" size="30"> + <strong>[% loc('Email address:') %] </strong><input type="text" name="email" size="30"> </p> <p> |