mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Lovelace - Resources: Add localizable string for "Delete" column header (#23404)
This commit is contained in:
parent
b38963b214
commit
edc99b5d6c
@ -105,6 +105,9 @@ export class HaConfigLovelaceRescources extends LitElement {
|
|||||||
},
|
},
|
||||||
delete: {
|
delete: {
|
||||||
title: "",
|
title: "",
|
||||||
|
label: localize(
|
||||||
|
"ui.panel.config.lovelace.resources.picker.headers.delete"
|
||||||
|
),
|
||||||
type: "icon-button",
|
type: "icon-button",
|
||||||
minWidth: "48px",
|
minWidth: "48px",
|
||||||
maxWidth: "48px",
|
maxWidth: "48px",
|
||||||
|
@ -2685,7 +2685,8 @@
|
|||||||
"picker": {
|
"picker": {
|
||||||
"headers": {
|
"headers": {
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"type": "Type"
|
"type": "Type",
|
||||||
|
"delete": "Delete"
|
||||||
},
|
},
|
||||||
"no_resources": "No resources",
|
"no_resources": "No resources",
|
||||||
"add_resource": "Add resource"
|
"add_resource": "Add resource"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user