diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-22 11:28:02 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-22 11:28:02 +0100 |
commit | 8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8 (patch) | |
tree | d6217852960c7d12db8aed7c5ecbb1f5e26fff57 | |
parent | The notification page indicates if e-mail notification is disabled. (diff) | |
download | newspipe-8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8.tar.gz newspipe-8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8.tar.bz2 newspipe-8c969cecede63b1b3ea6c03ad4a27d67bc5d1ab8.zip |
Updated message in the /feed page template.
-rw-r--r-- | source/templates/feed.html | 2 |
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 |