Skip to content

Commit

Permalink
Typo in UI string
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabix-1311 committed Dec 22, 2024
1 parent 16deef3 commit 8a39b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquaPi/static/spa/components/dashboard/comps.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const FadeCtrl = {
descript() {
//TODO: prefix a label: dusk/dawn or ramp
return this.node.fade_time.toString() + ' s'
+ ' <=> ' + this.node.fade_out.toString() + ' sh'
+ ' <=> ' + this.node.fade_out.toString() + ' s'
},
value() {
let node = this.node
Expand Down

0 comments on commit 8a39b01

Please sign in to comment.