Skip to content

Commit

Permalink
Improve uninstall success message wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed May 31, 2022
1 parent f95e899 commit cc5b614
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/presenters/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ func (u UninstallPresenter) PresentToView(response features.UninstallResponse) {
viewDataMessage := response.Content.SuccessMessage
viewDataSubtext := fmt.Sprintf(
"If you want to remove Recode entirely:\n\n"+
" - Remove the binary located at path %s\n\n"+
" - Remove the contiguration located at path %s\n\n"+
" - Unauthorize the application on GitHub by going to %s",
bold("\""+response.Content.RecodeExecutablePath+"\""),
bold("\""+response.Content.RecodeConfigDirPath+"\""),
" - Remove the Recode CLI (located at %s)\n\n"+
" - Remove the Recode configuration (located at %s)\n\n"+
" - Unauthorize the Recode application on GitHub by going to: %s",
bold(response.Content.RecodeExecutablePath),
bold(response.Content.RecodeConfigDirPath),
bold("https://github.com/settings/applications"),
)

Expand Down

0 comments on commit cc5b614

Please # to comment.