From 80a48523252eefc155f53953f4c5a719422eb60c Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Thu, 31 Mar 2022 00:11:23 +0200 Subject: [PATCH] Add missing label for new statistics "adjust sum" button (#12169) --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 86bc60cbfc..b31065b7fa 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4049,7 +4049,8 @@ "update": "Update the historic statistic values from ''{metadata_unit}'' to ''{state_unit}''", "clear": "Delete all old statistic data for this entity" } - } + }, + "adjust_sum": "Adjust sum" } } },