Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Mar 17, 2018
1 parent 3eaf996 commit 1fd448f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const Header = (props) => {
{
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
Expand All @@ -128,7 +128,7 @@ const Header = (props) => {
{
window.p2pStatus == 2
&&
<div style={{color: 'green'}}>port connections fully avaible</div>
<div style={{color: 'green'}}>port connections fully available</div>
}
</div>
}
Expand Down

0 comments on commit 1fd448f

Please sign in to comment.