1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-18 22:40:15 +01:00

Fix grammar and clarity in samsungtv/strings.json (#169574)

This commit is contained in:
SeifEddineMezned
2026-04-30 22:52:36 +01:00
committed by GitHub
parent 22239f9bbe
commit b52aaa737e
@@ -12,13 +12,13 @@
},
"error": {
"auth_missing": "[%key:component::samsungtv::config::abort::auth_missing%]",
"invalid_host": "Host is invalid, please try again.",
"invalid_pin": "PIN is invalid, please try again."
"invalid_host": "[%key:common::config_flow::error::invalid_host%]",
"invalid_pin": "The PIN is invalid. Please try again."
},
"flow_title": "{device}",
"step": {
"confirm": {
"description": "Do you want to set up {device}? If you never connected Home Assistant before you should see a popup on your TV asking for authorization."
"description": "Do you want to set up {device}? If you have never connected Home Assistant before, you should see a popup on your TV asking for authorization."
},
"encrypted_pairing": {
"data": {
@@ -62,7 +62,7 @@
"host": "The hostname or IP address of your TV.",
"name": "The name of your TV. This will be used to identify the device in Home Assistant."
},
"description": "Enter your Samsung TV information. If you never connected Home Assistant before you should see a popup on your TV asking for authorization."
"description": "Enter your Samsung TV information. If you have never connected Home Assistant before, you should see a popup on your TV asking for authorization."
}
}
},