From 16877a8ea37e9741fdcdb9919f88918c03e802e8 Mon Sep 17 00:00:00 2001 From: Marc-Philip Date: Thu, 13 Apr 2023 09:18:07 +0200 Subject: [PATCH 1/2] 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 527bcaff3..ee60ecf26 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 +} From a554423d393eb63e1346a4119ab170dca20ad523 Mon Sep 17 00:00:00 2001 From: Marc-Philip Date: Fri, 14 Apr 2023 08:14:23 +0200 Subject: [PATCH 2/2] one more typo --- webapp/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/locales/en.json b/webapp/src/locales/en.json index ee60ecf26..11748f0f0 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 powered 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 its DC input. If there is no sun, the inverter is off. Requests can still be sent.", "Type": "Type", "Action": "Action", "DeleteInverter": "Delete inverter",