Skip to content

Commit

Permalink
fix spelling help text
Browse files Browse the repository at this point in the history
  • Loading branch information
LoQue90 authored and fiendie committed Oct 10, 2024
1 parent a7d1581 commit 7c5112e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ void setup() {

editableVars["BACKFLUSH_CYCLES"] = {.displayName = F("Backflush Cycles"),
.hasHelpText = true,
.helpText = "Number of Cycles of filling and flushing during a backflush",
.helpText = "Number of cycles of filling and flushing during a backflush",
.type = kInteger,
.section = sBrewSection,
.position = 17,
Expand All @@ -1358,7 +1358,7 @@ void setup() {

editableVars["BACKFLUSH_FLUSH_TIME"] = {.displayName = F("Backflush Flush Time (s)"),
.hasHelpText = true,
.helpText = "Time in seconds the 3-way-valves stayes open during one backflush cycle",
.helpText = "Time in seconds the selenoid valve stays open during one backflush cycle",
.type = kDouble,
.section = sBrewSection,
.position = 19,
Expand Down

0 comments on commit 7c5112e

Please sign in to comment.