diff --git a/static/app.js b/static/app.js index 06290b7..2f8ae09 100644 --- a/static/app.js +++ b/static/app.js @@ -267,7 +267,7 @@ function renderContent(data) { contentHTML += `
  • Gestern
  • `; } if (data.breadcrumbs.length === 1 && data.toplist_enabled) { - contentHTML += `
  • oft angehört
  • `; + contentHTML += `
  • häufig angehört
  • `; } data.directories.forEach(dir => { diff --git a/templates/permission.html b/templates/permission.html index e423554..a2bf860 100644 --- a/templates/permission.html +++ b/templates/permission.html @@ -7,6 +7,6 @@ {# page content #} {% block content %}
    -
    Du hast keine gültige Freigaben.
    Bitte über einen Freigabelink oder QR-Code freischalten.
    +
    Du hast keine gültige Freigabe.
    Bitte über einen Freigabelink oder QR-Code freischalten.
    {% endblock %}