diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index e9f20291..ea4165de 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -104,29 +104,29 @@
  • % endif % if title == "Libraries" or title == "Library" or title == "Info": -
  • ${_('Libraries')}
  • +
  • ${_('base.nav.libraries')}
  • % else: -
  • ${_('Libraries')}
  • +
  • ${_('base.nav.libraries')}
  • % endif % if title == "Users" or title == "User": -
  • ${_('Users')}
  • +
  • ${_('base.nav.users')}
  • % else: -
  • ${_('Users')}
  • +
  • ${_('base.nav.users')}
  • % endif % if title == "History": -
  • ${_('History')}
  • +
  • ${_('base.nav.history')}
  • % else: -
  • ${_('History')}
  • +
  • ${_('base.nav.history')}
  • % endif % if title == "Graphs": -
  • ${_('Graphs')}
  • +
  • ${_('base.nav.graphs')}
  • % else: -
  • ${_('Graphs')}
  • +
  • ${_('base.nav.graphs')}
  • % endif % if title == "Synced Items": -
  • ${_('Synced Items')}
  • +
  • ${_('base.nav.synced_items')}
  • % else: -
  • ${_('Synced Items')}
  • +
  • ${_('base.nav.synced_items')}
  • % endif % if title == "Settings":