This commit is contained in:
Joey Hess 2016-12-24 16:56:56 -04:00
parent a196260924
commit de79be2ba6
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ postStartTorPairR pairingwith = pairPage $ do
PairingWithFriend -> "Your friend's pairing code"
PairingWithSelf -> "The other device's pairing code"
wormholeCodeField = checkBool (Wormhole.validCode . T.unpack)
("That does not look like a valid code. Try again..." :: T.Text)
("That does not look like a valid pairing code. Try again..." :: T.Text)
textField
{- Starts local pairing. -}

View file

@ -171,7 +171,7 @@ performPairing remotename addrs = do
putStrLn "Oops -- You entered this repository's pairing code. We need the pairing code of the *other* repository."
getcode ourcode
Nothing -> do
putStrLn "That does not look like a valid code. Try again..."
putStrLn "That does not look like a valiad pairing code. Try again..."
getcode ourcode
-- We generate half of the authtoken; the pair will provide