diff --git a/docs/components/custom-apps/web-app/changelog.md b/docs/components/custom-apps/web-app/changelog.md
index de91a65f7ba58221377d3ebd85af3c4c0c1fd197..dd2014d06710f71ab00c360ba19f15fb1ede66ea 100644
--- a/docs/components/custom-apps/web-app/changelog.md
+++ b/docs/components/custom-apps/web-app/changelog.md
@@ -2,8 +2,6 @@
 
 ![Changelog](../../../assets/webapp/changelog.png)
 
-In order to keep our users updated with the latest features developped and bugs that have been fixed, we implemented a changelog feature.
+The main role of the changelog page consists in keeping users posted about the latest developments and bugfixes. Content is retrieved from a dedicated [back-end service](../../services/changelog.md) and displayed in descending order of publication date. Depending on the current language of the Web Application, either the French or the English version is shown.
 
-The component retrieves from the dedicated [service](../../services/changelog.md) the changelog of each released version from the most recent to the oldest.
-
-Each changelog being available both in French and English, the component only displays the ones matching the current language of the application.
+As a side role, the changelog page allows users to contact the back-office team, via the dedicated form.
\ No newline at end of file