1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Small fixes of user-facing strings in fritz (#151663)

This commit is contained in:
Norbert Rittel
2025-09-04 09:20:15 +02:00
committed by GitHub
parent 1cca65b5c5
commit f28251bc76
+4 -4
View File
@@ -28,7 +28,7 @@
}
},
"reauth_confirm": {
"title": "Updating FRITZ!Box Tools - credentials",
"title": "FRITZ!Box Tools - Update credentials",
"description": "Update FRITZ!Box Tools credentials for: {host}.\n\nFRITZ!Box Tools is unable to log in to your FRITZ!Box.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
@@ -40,7 +40,7 @@
}
},
"reconfigure": {
"title": "Updating FRITZ!Box Tools - configuration",
"title": "FRITZ!Box Tools - Update configuration",
"description": "Update FRITZ!Box Tools configuration for: {host}.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
@@ -183,7 +183,7 @@
"description": "Sets a new password for the guest Wi-Fi. The password must be between 8 and 63 characters long. If no additional parameter is set, the password will be auto-generated with a length of 12 characters.",
"fields": {
"device_id": {
"name": "FRITZ!Box Device",
"name": "FRITZ!Box device",
"description": "Select the FRITZ!Box to configure."
},
"password": {
@@ -192,7 +192,7 @@
},
"length": {
"name": "Password length",
"description": "Length of the new password. The password will be auto-generated, if no password is set."
"description": "Length of the new password. It will be auto-generated if no password is set."
}
}
}