Fix spelling of "SharkClean" and sentence-casing of some words (#137183)

pull/137226/head
Norbert Rittel 2025-02-03 09:06:51 +01:00 committed by GitHub
parent d18fb4e6f9
commit d2092315f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
{ {
"config": { "config": {
"flow_title": "Add Shark IQ Account", "flow_title": "Add Shark IQ account",
"step": { "step": {
"user": { "user": {
"description": "Sign into your Shark Clean account to control your devices.", "description": "Sign into your SharkClean account to control your devices.",
"data": { "data": {
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
"region": "Region" "region": "Region"
}, },
"data_description": { "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": { "reauth_confirm": {
@ -37,18 +37,18 @@
"region": { "region": {
"options": { "options": {
"europe": "Europe", "europe": "Europe",
"elsewhere": "Everywhere Else" "elsewhere": "Everywhere else"
} }
} }
}, },
"exceptions": { "exceptions": {
"invalid_room": { "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": { "services": {
"clean_room": { "clean_room": {
"name": "Clean Room", "name": "Clean room",
"description": "Cleans a specific user-defined room or set of rooms.", "description": "Cleans a specific user-defined room or set of rooms.",
"fields": { "fields": {
"rooms": { "rooms": {