diff --git a/src/app/header.js b/src/app/header.js index 17f35a0..1b5a769 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
} }