Fix typo in warning

This commit is contained in:
Daniel Goldberg 2018-05-31 15:39:36 +03:00
parent c7ed02b98e
commit 9fa92d0c88
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ class ReportPageComponent extends AuthComponent {
<li>Weak segmentation - Machines from different segments are able to
communicate.</li> : null}
{this.state.report.overview.warnings[this.Warning.TUNNEL] ?
<li>Weak segmentation - machines were able to communicate over unused ports.</li> : null}
<li>Weak segmentation - Machines were able to communicate over unused ports.</li> : null}
</ul>
</div>
: