From 3fd3c8003a0a1deb18d8959f94ca2dc7b1bfb63d Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 27 Dec 2024 20:03:18 +0100 Subject: [PATCH] History: Improve explanation of selections by including labels as 4th option (#23479) Improve explanation of selections by including labels as 4th option This commit adds labels as the 4th option for data sources in history and the error message when you select 'Add current view as card' in that state from the overflow menu. --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index b4d0db5bc5f2..59327c196e21 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -7719,14 +7719,14 @@ } }, "history": { - "start_search": "Start by selecting an area, device or entity above", + "start_search": "Select areas, devices, entities or labels above", "add_all": "Add all entities", "remove_all": "Remove all selections", "download_data": "Download data", "download_data_error": "Unable to download data", "add_card": "Add current view as card", "add_card_error": "Unable to add card", - "error_no_data": "You need to select data first." + "error_no_data": "You need to select some data sources first." } }, "tips": {