From 12a9cf4b32e18d8114be2c6a45bbe155847d4b22 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 12:41:54 +0100 Subject: [PATCH] Replace wrong uses of "energy" with "electricity" in Energy dashboard (#22893) --- 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 deb152174b..b289c16d49 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5676,7 +5676,7 @@ "self_consumed_solar_could_not_calc": "Self-consumed solar energy couldn't be calculated" }, "self_sufficiency_gauge": { - "card_indicates_self_sufficiency_quota": "This card indicates how much of the energy consumed by your home came from on-site sources (such as solar panels or batteries).", + "card_indicates_self_sufficiency_quota": "This card indicates how much of the electricity consumed by your home came from on-site sources (such as solar panels or batteries).", "self_sufficiency_quota": "Self-sufficiency", "self_sufficiency_could_not_calc": "Self-sufficiency couldn't be calculated" }, @@ -5706,7 +5706,7 @@ "untracked_consumption": "Untracked consumption" }, "carbon_consumed_gauge": { - "card_indicates_energy_used": "This card indicates how much of the energy consumed by your home was generated using non-fossil fuels like solar, wind, and nuclear. The higher, the better!", + "card_indicates_energy_used": "This card indicates how much of the electricity consumed by your home was generated using non-fossil fuels like solar, wind, and nuclear. The higher, the better!", "low_carbon_energy_consumed": "Low-carbon energy consumed", "low_carbon_energy_not_calculated": "Consumed low-carbon energy couldn't be calculated" }