aboutsummaryrefslogtreecommitdiff
path: root/newspipe
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-04 08:07:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-04 08:07:14 +0100
commit80ea5f59ff2ba73d908a4bbec175cd548f29c287 (patch)
tree7b738ef3c90f488bb7f3d7b1175e2eb69e50de1a /newspipe
parentMinor changes to the user data management page. (diff)
downloadnewspipe-80ea5f59ff2ba73d908a4bbec175cd548f29c287.tar.gz
newspipe-80ea5f59ff2ba73d908a4bbec175cd548f29c287.tar.bz2
newspipe-80ea5f59ff2ba73d908a4bbec175cd548f29c287.zip
typo
Diffstat (limited to 'newspipe')
-rw-r--r--newspipe/web/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/templates/layout.html b/newspipe/web/templates/layout.html
index 4f9e4464..c122bb46 100644
--- a/newspipe/web/templates/layout.html
+++ b/newspipe/web/templates/layout.html
@@ -59,7 +59,7 @@
</li>
<li class="nav-item dropdown">
- <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownCategory" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-tag" aria-hidden="true"></i>&nbsp;{{ _('Catgories') }}</a>
+ <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownCategory" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-tag" aria-hidden="true"></i>&nbsp;{{ _('Categories') }}</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownCategory">
<a class="dropdown-item" href="{{ url_for('categories.list_') }}">{{ _('Categories') }}</a>
<div class="dropdown-divider"></div>
bgstack15