diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c74c519e0..8ec474a770 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Multistep dialog feature, implemented on scanner dialog [#1725](https://github.com/greenbone/gsa/pull/1725)
### Changed
-- Changed image and layout of About page [#1993](https://github.com/greenbone/gsa/pull/1993)
+- Changed image, text, and layout of About page [#1993](https://github.com/greenbone/gsa/pull/1993)[#1996](https://github.com/greenbone/gsa/pull/1996)
- Adjusted multiselect and report listpage to use getDerivedStateFromProps instead of deprecated componentWillReceiveProps [#1935](https://github.com/greenbone/gsa/pull/1935)
- Updated react-beautiful-dnd to version 12.2.0 and fix dragging into empty row [#1837](https://github.com/greenbone/gsa/pull/1837)
- Deleting a single entity now removes its ID from store [#1839](https://github.com/greenbone/gsa/pull/1839)
diff --git a/gsa/src/web/pages/help/about.js b/gsa/src/web/pages/help/about.js
index 384bd4e1b7..d503a2c9f9 100644
--- a/gsa/src/web/pages/help/about.js
+++ b/gsa/src/web/pages/help/about.js
@@ -72,7 +72,7 @@ const About = ({gmp}) => (
{_(
'GSA connects to GVM via the Greenbone Management Protocol ' +
- '(GMP) making the rich feature set of the GVM backend ' +
+ '(GMP) making the extensive feature set of the GVM backend ' +
'available, covering vulnerability scanning, vulnerability ' +
'management, and related activities.',
)}
@@ -107,11 +107,11 @@ const About = ({gmp}) => (
{_(
- 'Cookies: This web application uses cookies to store session' +
- ' information. The cookie is not stored on the server-side hard' +
- ' disk and not submitted anywhere. It is lost when the session ' +
- 'is closed or expired. The cookie is also temporarily stored in' +
- ' your browser where you can examine the content.',
+ '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.',
)}