mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 18:11:41 +02:00
Use of reference strings in meteo france config flow (#40939)
This commit is contained in:
@@ -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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user