Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Release reminder now says that snap isn't supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bios-Marcel committed Oct 25, 2020
1 parent 5b7cd99 commit e6a4741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func RunWithAccount(account string) {
waitForUpdateDialogChannel := make(chan bool, 1)

dialog := tview.NewModal()
dialog.SetText(fmt.Sprintf("Version %s of cordless is available!\nYou are currently running version %s.\n\nUpdates have to be installed manually or via your package manager.", version.GetLatestRemoteVersion(), version.Version))
dialog.SetText(fmt.Sprintf("Version %s of cordless is available!\nYou are currently running version %s.\n\nUpdates have to be installed manually or via your package manager.\n\nThe snap package manager isn't supported by cordless anymore!", version.GetLatestRemoteVersion(), version.Version))
buttonOk := "Thanks for the info"
buttonDontRemindAgainForThisVersion := fmt.Sprintf("Skip reminders for %s", version.GetLatestRemoteVersion())
buttonNeverRemindMeAgain := "Never remind me again"
Expand Down

0 comments on commit e6a4741

Please sign in to comment.