Skip to content

Commit

Permalink
Use sub entry name when deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Dec 9, 2024
1 parent 7bdb01e commit c0a38a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
const confirmed = await showConfirmationDialog(this, {
title: this.hass.localize(
"ui.panel.config.integrations.config_entry.delete_confirm_title",
{ title: configEntry.title }
{ title: subEntry.title }
),
text: this.hass.localize(
"ui.panel.config.integrations.config_entry.delete_confirm_text"
Expand Down

0 comments on commit c0a38a4

Please sign in to comment.