Fix typo in reauth_confirm description of metoffice (#145458)

This commit is contained in:
Norbert Rittel 2025-05-22 21:12:37 +02:00 committed by GitHub
parent 622ab922b5
commit c130a9f31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
},
"reauth_confirm": {
"title": "Reauthenticate with DataHub API",
"description": "Please re-enter you DataHub API key. If you are still using an old Datapoint API key, you need to sign up for DataHub API now, see [documentation]({docs_url}) for details.",
"description": "Please re-enter your DataHub API key. If you are still using an old Datapoint API key, you need to sign up for DataHub API now, see [documentation]({docs_url}) for details.",
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}