aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ea03241..e3d1f9e 100644
--- a/main.go
+++ b/main.go
@@ -31,7 +31,7 @@ func (o *Opt) doWork(ctx context.Context) stateFn {
default:
ctx, cancel := context.WithTimeout(ctx, o.Work)
defer cancel()
- display(ctx, o.Tick, "do work")
+ display(ctx, o.Tick, "working session")
}
if o.run++; o.run%o.Runs == 0 {
return o.longBreak