Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ export default {
/>
</i-form-group>
<i-form-group>
<i-form-label>Anzahl Phasen</i-form-label>
<i-form-label>Anzahl Phasen bei Überschuss</i-form-label>
<i-button-group block>
<i-button
:color="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ConfigItem>

<!-- Phases -->
<ConfigItem title="Anzahl Phasen" icon="fa-plug" :fullwidth="true">
<ConfigItem title="Anzahl Phasen bei Überschuss" icon="fa-plug" :fullwidth="true">
<RadioInput
id="targetPhases"
v-model="cp.ecoTargetPhases"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ConfigItem>

<!-- Number of phases -->
<ConfigItem title="Anzahl Phasen" icon="fa-plug" :fullwidth="true">
<ConfigItem title="Anzahl Phasen bei Überschuss" icon="fa-plug" :fullwidth="true">
<RadioInput2
v-model="cp.ecoTargetPhases"
:options="[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class="q-mt-md"
/>

<div class="text-subtitle2 q-mt-sm q-mr-sm">Anzahl Phasen</div>
<div class="text-subtitle2 q-mt-sm q-mr-sm">Anzahl Phasen bei Überschuss</div>
<div class="row items-center justify-center q-ma-none q-pa-none no-wrap">
<q-btn-group class="col">
<q-btn
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/web_themes/standard_legacy/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ <h3>Einstellungen für "Eco"</h3>
</div>
<div class="form-row vaRow mb-1">
<div class="col">
<label class="col-form-label">Anzahl Phasen</label>
<label class="col-form-label">Anzahl Phasen bei Überschuss</label>
</div>
<div class="col-md-8 btn-group btn-group-toggle charge-point-eco-charge-phases"
id="phasesEcoChargeCpT" data-name="phasesCp" data-toggle="buttons"
Expand Down
Loading