Skip to content

Commit

Permalink
Make 'delete' column localizable in ha-config-lovelace-resources.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Dec 23, 2024
1 parent afa40ab commit 715c2b1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ export class HaConfigLovelaceRescources extends LitElement {
`,
},
delete: {
title: "",
title: localize(
"ui.panel.config.lovelace.resources.picker.headers.delete"
),
type: "icon-button",
minWidth: "48px",
maxWidth: "48px",
Expand Down

0 comments on commit 715c2b1

Please sign in to comment.