Skip to content

Commit

Permalink
Remove hard-coded quotation marks from hui-dialog-create-badge.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Dec 22, 2024
1 parent ee2b272 commit d081e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class HuiCreateDialogBadge
const title = this._containerConfig.title
? this.hass!.localize(
"ui.panel.lovelace.editor.edit_badge.pick_badge_title",
{ name: `"${this._containerConfig.title}"` }
{ name: this._containerConfig.title }
)
: this.hass!.localize("ui.panel.lovelace.editor.edit_badge.pick_badge");

Expand Down

0 comments on commit d081e61

Please sign in to comment.