Skip to content

Commit 727bfc9

Browse files
authored
Pv schwellen text (#644)
* adjust text
1 parent bd5c158 commit 727bfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/PVChargeConfig.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
</openwb-base-number-input>
6767
<hr />
6868
<openwb-base-alert :subtype="chargingSwitchRange < 1400 ? 'danger' : 'info'">
69-
Die Differenzleistung zw. Ein- und Abschaltschwelle sollte mind. 1.4kW (230V x 6A) betragen. (Konfiguriert:
70-
{{ chargingSwitchRange / 1000 }}&nbsp;kW)
69+
Die Differenzleistung zw. Ein- und Abschaltschwelle sollte mind. 1,4 kW (230V x 6A) betragen. (Konfiguriert:
70+
{{ (chargingSwitchRange / 1000).toLocaleString(undefined) }}&nbsp;kW)
7171
</openwb-base-alert>
7272
<openwb-base-number-input
7373
title="Einschaltschwelle"

0 commit comments

Comments
 (0)