Skip to content

Commit

Permalink
Lovelace - Resources: Add localizable string for "Delete" column head…
Browse files Browse the repository at this point in the history
…er (#23404)
  • Loading branch information
NoRi2909 authored Dec 23, 2024
1 parent b38963b commit edc99b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export class HaConfigLovelaceRescources extends LitElement {
},
delete: {
title: "",
label: localize(
"ui.panel.config.lovelace.resources.picker.headers.delete"
),
type: "icon-button",
minWidth: "48px",
maxWidth: "48px",
Expand Down
3 changes: 2 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,8 @@
"picker": {
"headers": {
"url": "URL",
"type": "Type"
"type": "Type",
"delete": "Delete"
},
"no_resources": "No resources",
"add_resource": "Add resource"
Expand Down

0 comments on commit edc99b5

Please sign in to comment.