Skip to content

Commit

Permalink
test(ui): fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Nov 27, 2024
1 parent 53c297c commit f88b5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/modals/transaction/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (m ViewModel) View() string {
} else {
verb = "register"
}
intro := "Sign this transaction to "+verb+" your account keys:"
intro := "Sign this transaction to " + verb + " your account keys:"

link, _ := internal.ToLoraDeepLink(m.State.Status.Network, m.Active, *m.Participation)
loraText := lipgloss.JoinHorizontal(
Expand Down

0 comments on commit f88b5c4

Please sign in to comment.