From 2076a083d3f1f8548ded2e28df48df2b23b59ed6 Mon Sep 17 00:00:00 2001 From: JakobDNS <58788765+JakobDNS@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:18:02 +0200 Subject: [PATCH] en.json: Fix typo "recieved" -> "received" (#16903) --- 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 f03055696a..58056b3e1c 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1687,7 +1687,7 @@ "energy_stat": "Energy returned to the grid", "cost_para": "Do you get money back when you return energy to the grid?", "no_cost": "I do not get money back", - "cost_stat": "Use an entity tracking the total recieved money", + "cost_stat": "Use an entity tracking the total received money", "cost_stat_input": "Entity with the total compensation", "cost_entity": "Use an entity with current rate", "cost_entity_input": "Entity with the current rate",