Skip to content

Commit d26b41c

Browse files
committed
change wording
1 parent 6ef0618 commit d26b41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/open/open.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func waitForLoggerFileToBeAvailable(t *terminal.Terminal, s *spinner.Spinner, ss
285285
return
286286
}
287287
if counter == 5 {
288-
s.Suffix = t.Green(" setting up Ubuntu...")
288+
s.Suffix = t.Green(" setting up the system...")
289289
}
290290
if counter == 20 {
291291
s.Suffix = t.Green(" installing a few more bits and bobs... ")

0 commit comments

Comments
 (0)