mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Include config entry title in delete confirmation prompt (#9866)
This commit is contained in:
parent
a93222dbb2
commit
b15684bcbd
@ -549,7 +549,8 @@ export class HaIntegrationCard extends LitElement {
|
||||
|
||||
const confirmed = await showConfirmationDialog(this, {
|
||||
text: this.hass.localize(
|
||||
"ui.panel.config.integrations.config_entry.delete_confirm"
|
||||
"ui.panel.config.integrations.config_entry.delete_confirm",
|
||||
{ title: configEntry.title }
|
||||
),
|
||||
});
|
||||
|
||||
|
@ -2317,7 +2317,7 @@
|
||||
"system_options": "System options",
|
||||
"documentation": "Documentation",
|
||||
"delete": "Delete",
|
||||
"delete_confirm": "Are you sure you want to delete this integration?",
|
||||
"delete_confirm": "Are you sure you want to delete the {title} integration?",
|
||||
"reload": "Reload",
|
||||
"restart_confirm": "Restart Home Assistant to finish removing this integration",
|
||||
"reload_confirm": "The integration was reloaded",
|
||||
|
Loading…
x
Reference in New Issue
Block a user