Skip to content

Commit

Permalink
chore: Fix wording, spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Jan 7, 2025
1 parent e1058ae commit 9c1a6df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/app/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"",
Expand Down
2 changes: 1 addition & 1 deletion ui/modal/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 77 in ui/modal/controller.go

View check run for this annotation

Codecov / codecov/patch

ui/modal/controller.go#L76-L77

Added lines #L76 - L77 were not covered by tests
m.SetType(app.InfoModal)
}
Expand Down

0 comments on commit 9c1a6df

Please sign in to comment.