From a8919703eed29c1640802c11dd7eca6f62eb334f Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 17 Jul 2025 10:01:36 +0200 Subject: [PATCH] Fix description of Picture elements card (#26203) - change explanation from plural to singular to match first sentence - remove the exclamation mark from the middle of the sentence and fix wrong capitalization --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 76f6599220..abd022ab5c 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -7582,7 +7582,7 @@ }, "picture-elements": { "name": "Picture elements", - "description": "The Picture elements card is one of the most versatile types of cards. The cards allow you to position icons or text and even actions! On an image based on coordinates.", + "description": "The Picture elements card is one of the most versatile types of cards. The card allows you to position icons or text and even actions on an image based on coordinates.", "card_options": "Card options", "elements": "Elements", "new_element": "Add new element",