From afa40ab5da1ef2240797203da0bdbed24818ecb4 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 23 Dec 2024 15:32:34 +0100 Subject: [PATCH] Lovelace - Resources: Add localizable string for "Delete" column --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index b4264f7fb934..230ac566115b 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2685,7 +2685,8 @@ "picker": { "headers": { "url": "URL", - "type": "Type" + "type": "Type", + "delete": "Delete" }, "no_resources": "No resources", "add_resource": "Add resource"