aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 16:36:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 16:41:35 -0400
commit27a301bf619edf027633d5f6267cad9806b4dbe8 (patch)
treeb6cf925a89e7f42cc8ec839e763fe6a810d943b2 /Command
parenta1c0d5a346aebf4a6f24ca28b98934283f6b9ec6 (diff)
webapp: full wormhole pairing UI (untested)
This commit was sponsored by Riku Voipio.
Diffstat (limited to 'Command')
-rw-r--r--Command/P2P.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/P2P.hs b/Command/P2P.hs
index 48e647273..b70e3e2b7 100644
--- a/Command/P2P.hs
+++ b/Command/P2P.hs
@@ -168,7 +168,7 @@ performPairing remotename addrs = do
putStrLn "Exchanging pairing data..."
return code
| otherwise -> do
- putStrLn "Oops -- You entered this repository's pairing code. We need the pairing code of the *other* repository."
+ putStrLn "Oops -- You entered this repository's pairing code. Enter the pairing code of the *other* repository."
getcode ourcode
Nothing -> do
putStrLn "That does not look like a valiad pairing code. Try again..."