Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Dec 25, 2023
1 parent 6699271 commit b64dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/send/manual_coin_selection.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func NewManualCoinSelectionPage(l *load.Load, sendPage *Page) *ManualCoinSelecti
}

if sendPage.modalLayout != nil {
pg.modalLayout = l.Theme.ModalFloatTitle(values.String(values.StrSend))
pg.modalLayout = l.Theme.ModalFloatTitle(values.String(values.StrCoinSelection))
pg.GenericPageModal = pg.modalLayout.GenericPageModal
} else {
pg.GenericPageModal = app.NewGenericPageModal(ManualCoinSelectionPageID)
Expand Down

0 comments on commit b64dd4d

Please sign in to comment.