From 940cbd42c390b417343010f954a33a5e8feb8e02 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 10:31:46 +0100 Subject: [PATCH] Dashboard: Fix description of the Tile card (#22894) There are currently two grammar issues in the Tile card description: It should be "allows" and "trigger" needs to be added. --- 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 4450238fb1..0cefe7cc83 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6357,7 +6357,7 @@ }, "tile": { "name": "Tile", - "description": "The tile card gives you a quick overview of your entity. The card allow you to toggle the entity, show the more info dialog or custom actions.", + "description": "The tile card gives you a quick overview of your entity. The card allows you to toggle the entity, show the More info dialog or trigger custom actions.", "color": "Color", "color_helper": "Inactive state (e.g. off, closed) will not be colored.", "icon_tap_action": "Icon tap behavior",