Skip to content

Commit 2b21462

Browse files
authored
Merge pull request #3189 from Brett-S-OWB/display-lp-setting-text
Fix text labels in chargepoint settings
2 parents 8bdfe1c + e3627db commit 2b21462

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/modules/display_themes/cards/source/src/views/ChargePointsView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ export default {
464464
/>
465465
</i-form-group>
466466
<i-form-group>
467-
<i-form-label>Anzahl Phasen bei Überschuss</i-form-label>
467+
<i-form-label>Anzahl Phasen</i-form-label>
468468
<i-button-group block>
469469
<i-button
470470
:color="
@@ -1035,7 +1035,7 @@ export default {
10351035
/>
10361036
</i-form-group>
10371037
<i-form-group>
1038-
<i-form-label>Anzahl Phasen</i-form-label>
1038+
<i-form-label>Anzahl Phasen bei Überschuss</i-form-label>
10391039
<i-button-group block>
10401040
<i-button
10411041
:color="

0 commit comments

Comments
 (0)