Fix typo’s ISS (#65228)

Fix typo’s
This commit is contained in:
LJU 2022-01-30 18:54:19 +01:00 committed by GitHub
parent 1d5a052df1
commit dbbd239b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"description": "Do you want to configure the Internation Space Station?", "description": "Do you want to configure the International Space Station?",
"data": { "data": {
"show_on_map": "Show on map?" "show_on_map": "Show on map?"
} }
@ -10,7 +10,7 @@
}, },
"abort": { "abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
"latitude_longitude_not_defined": "Latitude and longitude is not defind in Home Assistant." "latitude_longitude_not_defined": "Latitude and longitude are not defined in Home Assistant."
} }
} }
} }