minor change to test OTA

This commit is contained in:
EivindH06
2025-10-07 15:26:18 +02:00
parent ef2e96dadd
commit 6d4fdd65a6

View File

@@ -88,8 +88,8 @@
</div>
<div class="flex-auto flex-wrap my-auto justify-center p-2">
<Badge
title="Strømmåler"
text="Strømmåler"
title="Han-port"
text="Han-port"
color={bcol(sysinfo.booting ? 9 : data.hm)}
/>
<Badge
@@ -100,7 +100,7 @@
</div>
{#if data.he < 0 || data.he > 0}
<div class="bd-red">
{(translations.header?.han ?? "Strømmåler") +
{(translations.header?.han ?? "Han-port") +
": " +
(translations.errors?.han?.[data.he] ?? data.he)}
</div>