diff --git a/views/routine_list.nim b/views/routine_list.nim index b08b176..301c8f2 100644 --- a/views/routine_list.nim +++ b/views/routine_list.nim @@ -93,7 +93,7 @@ proc rsyncThread(list: RoutineListState) {.thread.} = for err in rsyncErrors: logger.log(lvlError, err) elif routineRunCount == 0: - list.runStatus = "Meh. No Bkup Routines were run." + list.runStatus = "No Bkup Routines were enabled. None were run." else: list.runStatus = "Bkup Complete!"