Skip to content

Commit f82feda

Browse files
itsDNNSclaude
andcommitted
Generalize FritzBox labels to Modem in UI
Rename "FritzBox Connection" to "Modem Connection" in setup/settings headings and error messages (EN/DE). Internal config keys stay as fritz_* for backward compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1044e8c commit f82feda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/i18n.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
# Setup
105105
"initial_setup": "Initial Setup",
106-
"fritz_connection": "FritzBox Connection",
106+
"fritz_connection": "Modem Connection",
107107
"url": "URL",
108108
"username": "Username",
109109
"password": "Password",
@@ -126,7 +126,7 @@
126126
"testing": "Testing...",
127127
"connected": "Connected",
128128
"network_error": "Network error",
129-
"pw_required": "FritzBox password is required.",
129+
"pw_required": "Modem password is required.",
130130
"unknown_error": "Unknown",
131131
"error_prefix": "Error",
132132
"default": "Default",
@@ -263,7 +263,7 @@
263263
"Juli", "August", "September", "Oktober", "November", "Dezember"],
264264

265265
"initial_setup": "Ersteinrichtung",
266-
"fritz_connection": "FritzBox-Verbindung",
266+
"fritz_connection": "Modem-Verbindung",
267267
"url": "URL",
268268
"username": "Benutzername",
269269
"password": "Passwort",
@@ -286,7 +286,7 @@
286286
"testing": "Teste...",
287287
"connected": "Verbunden",
288288
"network_error": "Netzwerkfehler",
289-
"pw_required": "FritzBox-Passwort ist erforderlich.",
289+
"pw_required": "Modem-Passwort ist erforderlich.",
290290
"unknown_error": "Unbekannt",
291291
"error_prefix": "Fehler",
292292
"default": "Standard",

app/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h1>{{ t.settings }}</h1>
155155
<form id="settings-form" autocomplete="off">
156156

157157
<div class="section">
158-
<h2>FritzBox</h2>
158+
<h2>{{ t.fritz_connection }}</h2>
159159
<div class="form-grid">
160160
<div class="form-row full">
161161
<label for="fritz_url">{{ t.url }}</label>

0 commit comments

Comments
 (0)