diff --git a/cmd/token_add.go b/cmd/token_add.go index 744c376..73858ac 100644 --- a/cmd/token_add.go +++ b/cmd/token_add.go @@ -48,7 +48,7 @@ func doTokenAdd(ctx *cli.Context) error { authQuestions := []*survey.Question{ { Name: "username", - Prompt: &survey.Input{Message: "Username the Gitea instance"}, + Prompt: &survey.Input{Message: "Username for the Gitea instance"}, Validate: survey.Required, }, {