Skip to content

Commit

Permalink
fix password message #20
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 8, 2022
1 parent d55a4fe commit 79687bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (m senderUIModel) View() string {
return "\n" +
constants.PadText + constants.InfoStyle(fileInfoText) + "\n\n" +
constants.PadText + "On the other computer, press " + constants.HelpStyle("`ctrl+r`") + " to enable receive mode and then enter the password:" + "\n\n" +
constants.PadText + "This is the passowrd: " + constants.BoldText(m.password) + "\n\n"
constants.PadText + "This is the password: " + constants.BoldText(m.password) + "\n\n"

case showSendingProgress:
return "\n" +
Expand Down

0 comments on commit 79687bd

Please sign in to comment.