Skip to content

Commit

Permalink
Change: Adjust GSA description at the about page
Browse files Browse the repository at this point in the history
Try to improve the about page for using our current naming an terms.
  • Loading branch information
bjoernricks authored and timopollmeier committed Jun 30, 2023
1 parent 6e70614 commit 8994ae1
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions src/web/pages/help/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,23 @@ const About = ({gmp}) => (
<DivP>
{_(
'The Greenbone Security Assistant (GSA) is the web-based ' +
'user interface of the Greenbone Vulnerability Management (GVM).',
'user interface of the Greenbone Community Edition.',
)}
</DivP>
<DivP>
{_(
'GSA connects to GVM via the Greenbone Management Protocol ' +
'(GMP) making the extensive feature set of the GVM backend ' +
'available, covering vulnerability scanning, vulnerability ' +
'management, and related activities.',
'GSA uses the Greenbone Management Protocol (GMP) to connect to' +
'the database backend gvmd which makes an extensive feature ' +
'set available, covering vulnerability scanning, vulnerability ' +
'management, and related activities.',
)}
</DivP>
<DivP>
{_(
'GSA adds various smart features and forms a powerful tool ' +
'to manage and maintain a high resilience level of the IT ' +
'infrastructures.',
'to manage and maintain a high resilience level of the IT ' +
'infrastructures.'
)}
'
</DivP>
<DivP>
Copyright (C) 2017-2023 by&nbsp;
Expand All @@ -97,7 +96,7 @@ const About = ({gmp}) => (
<DivP>
{_(
'License: GNU Affero General Public License version 3 or any later' +
' version',
' version',
)}
&nbsp;
<ExternalLink to="https://www.gnu.org/licenses/agpl-3.0.en.html">
Expand All @@ -107,10 +106,10 @@ const About = ({gmp}) => (
<DivP>
{_(
'This web application uses cookies to store session information' +
'. The cookies are not stored on the server side hard disk ' +
'and not submitted anywhere. They are lost when the session ' +
'is closed or expired. The cookies are stored temporarily in ' +
'your browser as well where you can examine the content.',
'. The cookies are not stored on the server side hard disk ' +
'and not submitted anywhere. They are lost when the session ' +
'is closed or expired. The cookies are stored temporarily in ' +
'your browser as well where you can examine the content.'
)}
</DivP>
<DivP>
Expand Down

0 comments on commit 8994ae1

Please sign in to comment.