From 1fd448ff85d9e1848fa62b80a45291d5f1abe832 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sat, 17 Mar 2018 23:32:20 +0300 Subject: [PATCH] release --- src/app/header.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/header.js b/src/app/header.js index 17f35a09..1b5a7690 100644 --- a/src/app/header.js +++ b/src/app/header.js @@ -118,7 +118,7 @@ const Header = (props) => { { window.p2pStatus == 0 && -
extenal connection not avaible (check port forwarding)
+
external connections not available (check port forwarding)
} { window.p2pStatus == 1 @@ -128,7 +128,7 @@ const Header = (props) => { { window.p2pStatus == 2 && -
port connections fully avaible
+
port connections fully available
} }