Use of reference strings in meteo france config flow (#40939)

This commit is contained in:
SNoof85 2020-10-01 11:36:26 +02:00 committed by GitHub
parent 0a700f7272
commit 78ebd1add9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
}, },
"abort": { "abort": {
"already_configured": "City already configured", "already_configured": "City already configured",
"unknown": "Unknown error: please retry later" "unknown": "[%key:common::config_flow::error::unknown%]"
} }
}, },
"options": { "options": {
@ -33,4 +33,4 @@
} }
} }
} }
} }