From 16877a8ea37e9741fdcdb9919f88918c03e802e8 Mon Sep 17 00:00:00 2001 From: Marc-Philip Date: Thu, 13 Apr 2023 09:18:07 +0200 Subject: [PATCH] fix typo --- webapp/src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/locales/en.json b/webapp/src/locales/en.json index 527bcaf..ee60ecf 100644 --- a/webapp/src/locales/en.json +++ b/webapp/src/locales/en.json @@ -418,7 +418,7 @@ "Status": "Status", "Send": "Send", "Receive": "Receive", - "StatusHint": "Hint: The inverter is power by it's DC input. If there is no sun, the inverter is off. Requests can still be sent.", + "StatusHint": "Hint: The inverter is powered by it's DC input. If there is no sun, the inverter is off. Requests can still be sent.", "Type": "Type", "Action": "Action", "DeleteInverter": "Delete inverter", @@ -530,4 +530,4 @@ "ValueSelected": "Selected", "ValueActive": "Active" } -} \ No newline at end of file +}