clarify status msg when no routines were run.

This commit is contained in:
itwrx 2023-08-05 07:30:01 -05:00
parent 3a94bde135
commit aa5c03e8be
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ proc rsyncThread(list: RoutineListState) {.thread.} =
for err in rsyncErrors:
logger.log(lvlError, err)
elif routineRunCount == 0:
list.runStatus = "<span color=\"#FFA651\" size=\"large\">Meh. No Bkup Routines were run.</span>"
list.runStatus = "<span color=\"#FFA651\" size=\"large\">No Bkup Routines were enabled. None were run.</span>"
else:
list.runStatus = "<span color=\"#6fffa3\" size=\"large\">Bkup Complete!</span>"