diff --git a/homeassistant/components/fritz/strings.json b/homeassistant/components/fritz/strings.json index 5d5aba2af60..75ce6800aab 100644 --- a/homeassistant/components/fritz/strings.json +++ b/homeassistant/components/fritz/strings.json @@ -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." } } }