aboutsummaryrefslogtreecommitdiff
path: root/newspipe/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-30 14:34:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-03-30 14:34:00 +0200
commitc7f7e76721acda1483c0f29d6718d638ce0d8875 (patch)
tree864f06207b349a09c23ebd6bde74dfdd0acd7660 /newspipe/templates
parentchg: [dependecies] Updated SQLAlchemy. (diff)
downloadnewspipe-c7f7e76721acda1483c0f29d6718d638ce0d8875.tar.gz
newspipe-c7f7e76721acda1483c0f29d6718d638ce0d8875.tar.bz2
newspipe-c7f7e76721acda1483c0f29d6718d638ce0d8875.zip
chg: [style] improved style. !minor
Diffstat (limited to 'newspipe/templates')
-rw-r--r--newspipe/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/templates/management.html b/newspipe/templates/management.html
index 19173a2b..4e977f84 100644
--- a/newspipe/templates/management.html
+++ b/newspipe/templates/management.html
@@ -78,7 +78,7 @@
</div>
<div class="form-check">
<input type="checkbox" class="form-check-input" name="includeprivate" checked />
- <label class="form-check-label">Include private feeds</label>
+ <label class="form-check-label">Include private feeds</label>
</div>
</div>
<button class="btn btn-primary" type="submit">{{ _('Export') }}</button>
bgstack15