Final text changes

This commit is contained in:
Shay Nehmad 2019-09-10 23:51:19 +03:00
parent cfd0c10d59
commit 68383f069b
3 changed files with 7 additions and 5 deletions

View File

@ -7,7 +7,9 @@ export default class PrinciplesSection extends Component {
return <div id="principles-section">
<h2>Test Results</h2>
<p>
The Zero Trust eXtended (ZTX) framework is composed of 7 pillars. Each pillar is built of
The <a href="https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210">
Zero Trust eXtended (ZTX) framework
</a> is composed of 7 pillars. Each pillar is built of
several guiding principles tested by the Infection Monkey.
</p>
{

View File

@ -44,7 +44,7 @@ class ZeroTrustReportLegend extends Component {
<div style={{display: "inline-block"}}>
<StatusLabel showText={true} status={ZeroTrustStatuses.passed}/>
</div>
{"\t"}The test passed, so this is OK 🙂
{"\t"}All Tests related to this pillar passed. No violation of a Zero Trust guiding principle was detected.
</li>
<li>
<div style={{display: "inline-block"}}>
@ -53,7 +53,6 @@ class ZeroTrustReportLegend extends Component {
{"\t"}This status means the test wasn't executed.To activate more tests, refer to the Monkey <NavLink to="/configuration"><u>configuration</u></NavLink> page.
</li>
</ul>
<hr />
</div>;
}
}

View File

@ -14,8 +14,9 @@ export default class SummarySection extends Component {
<Col xs={12} sm={12} md={12} lg={12}>
<MonkeysStillAliveWarning allMonkeysAreDead={this.props.allMonkeysAreDead}/>
<p>
Get a quick glance at how your network aligns with the <a href="https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210">Zero
Trust eXtended (ZTX) framework</a>.
Get a quick glance at how your network aligns with the <a href="https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210">
Zero Trust eXtended (ZTX) framework
</a>.
</p>
</Col>
</Row>