From 79687bdd2c43e8707632b4bb2b72b6e5450cb68e Mon Sep 17 00:00:00 2001 From: Abdfn <64256993+abdfnx@users.noreply.github.com> Date: Tue, 8 Mar 2022 07:02:23 +0300 Subject: [PATCH] fix password message #20 --- internal/tui/sender.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/sender.go b/internal/tui/sender.go index e711818..59f2d53 100644 --- a/internal/tui/sender.go +++ b/internal/tui/sender.go @@ -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" +