From 521c3d40b74fed4c03945609905952a735dd06ee Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Fri, 8 Aug 2025 07:42:45 +0100 Subject: [PATCH] Add missing button feature translation (#26437) --- src/translations/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/translations/en.json b/src/translations/en.json index a120aec39e..7df83e9128 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -7796,6 +7796,9 @@ "edit": "Edit feature", "remove": "Remove feature", "types": { + "button": { + "label": "Button" + }, "cover-open-close": { "label": "Cover open/close" },