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. -}