Fix spelling of "SharkClean" and sentence-casing of some words (#137183)
parent
d18fb4e6f9
commit
d2092315f5
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"flow_title": "Add Shark IQ Account",
|
||||
"flow_title": "Add Shark IQ account",
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Sign into your Shark Clean account to control your devices.",
|
||||
"description": "Sign into your SharkClean account to control your devices.",
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"region": "Region"
|
||||
},
|
||||
"data_description": {
|
||||
"region": "Shark IQ uses different services in the EU. Select your region to connect to the correct service for your account."
|
||||
"region": "Shark IQ uses different services in the EU. Select your region to connect to the correct service for your account."
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
|
@ -37,18 +37,18 @@
|
|||
"region": {
|
||||
"options": {
|
||||
"europe": "Europe",
|
||||
"elsewhere": "Everywhere Else"
|
||||
"elsewhere": "Everywhere else"
|
||||
}
|
||||
}
|
||||
},
|
||||
"exceptions": {
|
||||
"invalid_room": {
|
||||
"message": "The room {room} is unavailable to your vacuum. Make sure all rooms match the Shark App, including capitalization."
|
||||
"message": "The room {room} is unavailable to your vacuum. Make sure all rooms match the SharkClean app, including capitalization."
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"clean_room": {
|
||||
"name": "Clean Room",
|
||||
"name": "Clean room",
|
||||
"description": "Cleans a specific user-defined room or set of rooms.",
|
||||
"fields": {
|
||||
"rooms": {
|
||||
|
|
Loading…
Reference in New Issue