mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +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: {
|
||||
title: "",
|
||||
label: localize(
|
||||
"ui.panel.config.lovelace.resources.picker.headers.delete"
|
||||
),
|
||||
type: "icon-button",
|
||||
minWidth: "48px",
|
||||
maxWidth: "48px",
|
||||
|
@ -2685,7 +2685,8 @@
|
||||
"picker": {
|
||||
"headers": {
|
||||
"url": "URL",
|
||||
"type": "Type"
|
||||
"type": "Type",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"no_resources": "No resources",
|
||||
"add_resource": "Add resource"
|
||||
|
Loading…
x
Reference in New Issue
Block a user