diff --git a/backend/00-router.go b/backend/00-router.go index 4d7a33f..0c6c018 100644 --- a/backend/00-router.go +++ b/backend/00-router.go @@ -47,23 +47,23 @@ func homeHandler(w http.ResponseWriter, r *http.Request) { // renderShell ist das Grundgeruest im Outlook-2013-Look: // -// [ Ribbon: Archiv-Boxen | Import/Export | Postfach-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ] +// [ Ribbon: Archiv-Boxen | Import/Export | Konten-Verwaltung | Mail-Transfer | Einstellungen | Mail-Graveyard ] // [ Archiv-mbox | Nachrichtenliste | Quelle/Target ] func renderShell(w http.ResponseWriter, active, readingPane string) { w.Header().Set("Content-Type", "text/html; charset=utf-8") fmt.Fprintf(w, ` Mail-Graveyard - + - +
@@ -72,7 +72,7 @@ func renderShell(w http.ResponseWriter, active, readingPane string) { @@ -283,17 +283,17 @@ func renderAccountsPage(w http.ResponseWriter, accounts []Account, edit Account, w.Header().Set("Content-Type", "text/html; charset=utf-8") fmt.Fprintf(w, ` -Postfach-Verwaltung - Mail-Graveyard - +Konten-Verwaltung - Mail-Graveyard + - +
@@ -302,7 +302,7 @@ func renderAccountsPage(w http.ResponseWriter, accounts []Account, edit Account, diff --git a/frontend-js/dist/style.css b/frontend-js/dist/style.css index 45d831b..30fde03 100644 --- a/frontend-js/dist/style.css +++ b/frontend-js/dist/style.css @@ -324,7 +324,7 @@ a.tree-node { display: block; color: inherit; text-decoration: none; } .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; } .label { display: block; font-size: 12px; color: var(--ol-muted); margin-bottom: 3px; } -/* Postfach-Verwaltung */ +/* Konten-Verwaltung */ .accounts-page { flex: 1 1 auto; min-height: 0;