From e22dd0c49d3683412a5ac41db787a40a18de0dec Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Tue, 5 Jul 2022 04:23:46 -0500 Subject: [PATCH] Fix Energy Compare Translations (#13055) * Fix Energy Compare Translations * Fix alert --- src/translations/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 5d22072f24..9f10b0d264 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4012,7 +4012,8 @@ "month": "Month", "year": "Year", "previous": "Previous", - "next": "Next" + "next": "Next", + "compare": "Compare Data" } }, "reload_lovelace": "Reload UI" @@ -4537,6 +4538,9 @@ } }, "energy": { + "compare": { + "info": "You are comparing the period {start} with the period {end}" + }, "setup": { "next": "Next", "back": "Back",