diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -256,7 +256,7 @@
  • ${_('All Public Gists')}
  • %if c.authuser.username != 'default':
  • ${_('My Public Gists')}
  • -
  • ${_('My Private Gists')}
  • +
  • ${_('My Private Gists')}
  • %endif