diff --git a/ui/app/keys.go b/ui/app/keys.go index 6c063ca9..133e4b65 100644 --- a/ui/app/keys.go +++ b/ui/app/keys.go @@ -71,6 +71,7 @@ func GenerateCmd(account string, rangeType participation.RangeType, duration int Prefix: lipgloss.JoinVertical( lipgloss.Left, "Participation keys generated.", + "", "Next step: register the participation keys with the network by signing a keyreg online transaction.", "Press the R key to start this process.", "", diff --git a/ui/modal/controller.go b/ui/modal/controller.go index e3323fa4..ea18271b 100644 --- a/ui/modal/controller.go +++ b/ui/modal/controller.go @@ -73,7 +73,7 @@ func (m ViewModel) HandleMessage(msg tea.Msg) (*ViewModel, tea.Cmd) { acct.Participation.VoteFirstValid == m.transactionModal.Participation.Key.VoteFirstValid { m.SetActive(true) m.infoModal.Active = true - m.infoModal.Prefix = "Successfully went online!\n" + m.infoModal.Prefix = "Successfully registered online!\n" m.HasPrefix = true m.SetType(app.InfoModal) }