Skip to content

Commit

Permalink
fix: typo in console wallet (#3465)
Browse files Browse the repository at this point in the history
Noticed it while trying out the console wallet.
  • Loading branch information
selsta authored Oct 18, 2021
1 parent 80f7c78 commit 401aff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl SendTab {
Spans::from(vec![
Span::raw("Press "),
Span::styled("S", Style::default().add_modifier(Modifier::BOLD)),
Span::raw(" to send normal a transaction, "),
Span::raw(" to send a normal transaction, "),
Span::styled("O", Style::default().add_modifier(Modifier::BOLD)),
Span::raw(" to send a one-sided transaction."),
]),
Expand Down

0 comments on commit 401aff9

Please sign in to comment.