summaryrefslogtreecommitdiff
path: root/client/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/fsm.go')
-rw-r--r--client/fsm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go
index c93a9a8..bfe9c63 100644
--- a/client/fsm.go
+++ b/client/fsm.go
@@ -148,7 +148,7 @@ func newFSM(
STATE_OAUTH_STARTED: FSMState{
Transitions: []FSMTransition{
{To: STATE_AUTHORIZED, Description: "User authorizes with browser"},
- {To: STATE_NO_SERVER, Description: "Cancel or Error"},
+ {To: STATE_NO_SERVER, Description: "Go back or Error"},
{To: STATE_SEARCH_SERVER, Description: "Cancel or Error"},
},
BackState: STATE_NO_SERVER,