aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/edit_feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/edit_feed.html')
-rw-r--r--src/web/templates/edit_feed.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/templates/edit_feed.html b/src/web/templates/edit_feed.html
index 128b54fb..fd2427c1 100644
--- a/src/web/templates/edit_feed.html
+++ b/src/web/templates/edit_feed.html
@@ -52,7 +52,9 @@
<div class="checkbox">
{{ form.private(class_="checkbox", style="margin-left: 0px;") }}
</div>
+ <span class="text-muted">{{ _("If checked, articles of this feed won't be available to others and the feed won't be listed on <a href='%(url)s'>your profile page</a>.", url=url_for('user.profile_public', nickname=current_user.nickname) ) }}</span>
</div>
+
</div>
<div class="form-group">
bgstack15