diff --git a/monkey_island/cc/ui/src/components/pages/ReportPage.js b/monkey_island/cc/ui/src/components/pages/ReportPage.js
index 3966311f2..6c9c7cde3 100644
--- a/monkey_island/cc/ui/src/components/pages/ReportPage.js
+++ b/monkey_island/cc/ui/src/components/pages/ReportPage.js
@@ -342,7 +342,7 @@ class ReportPageComponent extends React.Component {
The monkey uncovered the following possible set of issues:
{this.state.report.overview.warnings[this.Warning.CROSS_SEGMENT] ? - Possible cross segment traffic. Infected machines could communicate with the Monkey Island despite crossing segment boundaries using unused ports.
: null}
- {this.state.report.overview.warnings[this.Warning.TUNNEL] ? - Lack of port level segmentation, machines successfully tunneled monkey activity using unused ports.
: null}
+ {this.state.report.overview.warnings[this.Warning.TUNNEL] ? - Lack of Micro-segmentation, machines successfully tunneled monkey activity using unused ports.
: null}