This commit is contained in:
Alexey Kasyanchuk
2018-03-17 23:32:20 +03:00
parent 3eaf996e1a
commit 1fd448ff85

View File

@ -118,7 +118,7 @@ const Header = (props) => {
{ {
window.p2pStatus == 0 window.p2pStatus == 0
&& &&
<div style={{color: 'red'}}>extenal connection not avaible (check port forwarding)</div> <div style={{color: 'red'}}>external connections not available (check port forwarding)</div>
} }
{ {
window.p2pStatus == 1 window.p2pStatus == 1
@ -128,7 +128,7 @@ const Header = (props) => {
{ {
window.p2pStatus == 2 window.p2pStatus == 2
&& &&
<div style={{color: 'green'}}>port connections fully avaible</div> <div style={{color: 'green'}}>port connections fully available</div>
} }
</div> </div>
} }