mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Use new localize format (#18574)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
@@ -174,8 +174,7 @@ export const showConfigFlowDialog = (
|
||||
<p>
|
||||
${hass.localize(
|
||||
"ui.panel.config.integrations.config_flow.created_config",
|
||||
"name",
|
||||
step.title
|
||||
{ name: step.title }
|
||||
)}
|
||||
</p>
|
||||
`;
|
||||
|
||||
@@ -98,8 +98,7 @@ class StepFlowCreateEntry extends LitElement {
|
||||
showAlertDialog(this, {
|
||||
text: this.hass.localize(
|
||||
"ui.panel.config.integrations.config_flow.error_saving_area",
|
||||
"error",
|
||||
err.message
|
||||
{ error: err.message }
|
||||
),
|
||||
});
|
||||
picker.value = null;
|
||||
|
||||
Reference in New Issue
Block a user