diff --git a/jami-android/app/src/main/res/layout/dialog_about.xml b/jami-android/app/src/main/res/layout/dialog_about.xml
index 27fa3bc1f890281c0c5b3d7451cfb4139fdd4fe0..94c71ca90e86a029d20de48cd219052b83ec82a2 100644
--- a/jami-android/app/src/main/res/layout/dialog_about.xml
+++ b/jami-android/app/src/main/res/layout/dialog_about.xml
@@ -9,6 +9,15 @@
         android:orientation="vertical"
         android:padding="@dimen/padding_large">
 
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/thank_note"
+            android:textAppearance="?android:attr/textAppearanceSmall"
+            android:layout_marginHorizontal="@dimen/padding_small"
+            android:layout_marginBottom="@dimen/padding_small"
+            android:textColor="@color/colorOnSurface" />
+
         <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
@@ -29,16 +38,24 @@
         <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="@string/credits_volunteers"
+            android:text="@string/media"
+            android:textColor="?attr/colorOnBackground"
+            android:textSize="18sp"
+            android:layout_margin="@dimen/padding_small"/>
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/credits_media"
             android:textAppearance="?android:attr/textAppearanceSmall"
+            android:layout_marginTop="@dimen/padding_small"
             android:layout_marginHorizontal="@dimen/padding_small"
-            android:layout_marginBottom="@dimen/padding_small"
             android:textColor="@color/colorOnSurface" />
 
         <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="@string/ringtones_by"
+            android:text="@string/community_management"
             android:textColor="?attr/colorOnBackground"
             android:textSize="18sp"
             android:layout_margin="@dimen/padding_small" />
@@ -46,9 +63,37 @@
         <TextView
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:text="@string/credits_ringtones"
+            android:text="@string/credits_communitymanagement"
             android:textAppearance="?android:attr/textAppearanceSmall"
-            android:layout_margin="@dimen/padding_small"
+            android:layout_marginTop="@dimen/padding_small"
+            android:layout_marginHorizontal="@dimen/padding_small"
+            android:textColor="@color/colorOnSurface" />
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/special_thanks"
+            android:textColor="?attr/colorOnBackground"
+            android:textSize="18sp"
+            android:layout_margin="@dimen/padding_small" />
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/credits_specialthanks"
+            android:textAppearance="?android:attr/textAppearanceSmall"
+            android:layout_marginTop="@dimen/padding_small"
+            android:layout_marginHorizontal="@dimen/padding_small"
+            android:layout_marginBottom="@dimen/padding_small"
+            android:textColor="@color/colorOnSurface" />
+
+        <TextView
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/end_note"
+            android:textAppearance="?android:attr/textAppearanceSmall"
+            android:layout_marginHorizontal="@dimen/padding_small"
+            android:layout_marginBottom="@dimen/padding_small"
             android:textColor="@color/colorOnSurface" />
 
 
diff --git a/jami-android/app/src/main/res/values/strings.xml b/jami-android/app/src/main/res/values/strings.xml
index 8361ffe8c6014a88345f75c7297601556fe490e8..8b94c3ec51cfd1ea504797afef4e7fc7e0a8df39 100644
--- a/jami-android/app/src/main/res/values/strings.xml
+++ b/jami-android/app/src/main/res/values/strings.xml
@@ -49,14 +49,19 @@ along with this program; if not, write to the Free Software
 
 
     <!-- About dialog -->
-    <string name="developed_by">Developed by</string>
+    <string name="thank_note">We would like to thank our contributors, whose efforts over many years have made this software what it is.</string>
+    <string name="developed_by">Developers</string>
     <string name="designed_by">Designed by</string>
-    <string name="ringtones_by">Ringtones by</string>
+    <string name="media">Media</string>
+    <string name="community_management">Community Management</string>
+    <string name="special_thanks">Special thanks to</string>
     <string name="credits_developer" translatable="false">
-        Adrien Béraud
+        Abhishek Ojha
+        \nAdrien Béraud
         \nAlbert Babí
         \nAlexander Lussier-Cullen
         \nAlexandr Sergheev
+        \nAlexandre Eberhardt
         \nAlexandre Lision
         \nAlexandre Viau
         \nAline Bonnet
@@ -71,9 +76,7 @@ along with this program; if not, write to the Free Software
         \nCapucine Berthet
         \nCharles-Francis Damedey
         \nChristophe Villemer
-        \nCharlotte Hoffmann
         \nCyrille Béraud
-        \nDorina Mosku
         \nEden Abitbol
         \nEdric Milaret
         \nÉloi Bail
@@ -88,12 +91,14 @@ along with this program; if not, write to the Free Software
         \nHadrien De Sousa
         \nHugo Lefeuvre
         \nJulien Grossholtz
+        \nJulien Robert
         \nKateryna Kostiuk
-        \nKessler Dupont-Teevin
+        \nKessler DuPont-Teevin
         \nLéo Banno-Cloutier
+        \nLéopold Chappuis
         \nLiam Courdoson
         \nLoïc Siret
-        \nMarianne Forget
+        \nLouis Maillard
         \nMathéo Joseph
         \nMichel Schmit
         \nMingrui Zhang
@@ -123,11 +128,22 @@ along with this program; if not, write to the Free Software
         \nThibault Wittemberg
         \nThomas Ballasi
         \nTrevor Tabah
+        \nVitalii Nikitchyn
         \nVsevolod Ivanov
         \nXavier Jouslin de Noray
         \nYang Wang</string>
-    <string name="credits_volunteers">And the volunteers who contribute to this project!</string>
-    <string name="credits_ringtones" translatable="false">Loïc Bogino</string>
+    <string name="credits_media" translatable="false">
+        Charlotte Hoffmann
+        \nMarianne Forget</string>
+    <string name="credits_communitymanagement" translatable="false">
+        Dorina Mosku
+        \nCabrel Tambue
+        \nLoïc Bogino</string>
+    <string name="credits_specialthanks" translatable="false">
+        Anna
+        \nElys
+        \nVeroJeanLuc</string>
+    <string name="end_note">This is a list of people who have made a significant investment of time, with useful results, into Jami. Any such contributors who wish to be added to the list should contact us</string>
 
     <!-- RingActivity -->
     <string name="error_no_network">No network connectivity</string>