From f12bef5d0cd8dd4fb49c4892d105589c29dac10a Mon Sep 17 00:00:00 2001 From: lelo Date: Sat, 24 Jan 2026 19:06:19 +0000 Subject: [PATCH] formulierung --- static/app.js | 2 +- templates/permission.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}