aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/templates/feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/feed.html b/source/templates/feed.html
index f4079cc0..66d344db 100644
--- a/source/templates/feed.html
+++ b/source/templates/feed.html
@@ -20,7 +20,7 @@ import utils
You are receiving articles from this feed to the address: <a href="mail:${mail_to}">${mail_to}</a>.
<a href="/mail_notification/0:${feed['feed_id']}">Stop</a> receiving articles from this feed.
%if not mail_notification_enabled:
- <br />But e-mail notification is not enabled in your configuration file!
+ <br />However e-mail notification is disabled in the configuration file.
%endif
</p>
%endif
bgstack15