Skip to content

Commit

Permalink
Fix validity check in ESS scheduled charge levels
Browse files Browse the repository at this point in the history
Contributes to issue #1684
  • Loading branch information
chriadam committed Nov 4, 2024
1 parent 90f4367 commit 88dd79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/PageSettingsHub4.qml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Page {
ListNavigationItem {
//% "Scheduled charge levels"
text: qsTrId("settings_ess_scheduled_charge_levels")
secondaryText: scheduleSoc.valid
secondaryText: scheduleSoc.isValid
//% "Active (%1)"
? qsTrId("settings_ess_active").arg(scheduleSoc.text)
//% "Inactive"
Expand Down

0 comments on commit 88dd79b

Please sign in to comment.