Skip to content

Commit bdbc011

Browse files
authored
Update src/views/PVChargeConfig.vue
1 parent b94549a commit bdbc011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/PVChargeConfig.vue

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

0 commit comments

Comments
 (0)