summaryrefslogtreecommitdiff
path: root/localwebsite/handlers/InverterHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'localwebsite/handlers/InverterHandler.php')
-rw-r--r--localwebsite/handlers/InverterHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/handlers/InverterHandler.php b/localwebsite/handlers/InverterHandler.php
index cb6571d..8fb5d74 100644
--- a/localwebsite/handlers/InverterHandler.php
+++ b/localwebsite/handlers/InverterHandler.php
@@ -69,7 +69,7 @@ class InverterHandler extends RequestHandler
$status['pv1_input_power']['unit']);
if ($status['grid_voltage']['value'] > 0 or $status['grid_freq']['value'] > 0) {
- $html .= "\n".sprintf('<b>A/C input:</b> %s %s',
+ $html .= "\n".sprintf('<b>AC input:</b> %s %s',
$status['grid_voltage']['value'],
$status['grid_voltage']['unit']);
$html .= sprintf(', %s %s',