aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-22 11:28:02 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-22 11:28:02 +0100
commit8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8 (patch)
treed6217852960c7d12db8aed7c5ecbb1f5e26fff57 /source
parentThe notification page indicates if e-mail notification is disabled. (diff)
downloadnewspipe-8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8.tar.gz
newspipe-8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8.tar.bz2
newspipe-8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8.zip
Updated message in the /feed page template.
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