diff --git a/README.md b/README.md
index b2d5bfa..11b56bf 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS and Android apps are released.
-**Shipped version:** 4.4.1~ynh1
+**Shipped version:** 4.4.1~ynh2
## Screenshots
diff --git a/README_fr.md b/README_fr.md
index 9fd0a97..e592eff 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
SimpleX - la première plate-forme de messagerie qui n'a aucun identifiant d'utilisateur d'aucune sorte - 100 % privée de par sa conception !
-**Version incluse :** 4.4.1~ynh1
+**Version incluse :** 4.4.1~ynh2
## Captures d’écran
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
index 40a65a8..5d55ab1 100644
--- a/doc/ADMIN.md
+++ b/doc/ADMIN.md
@@ -4,11 +4,5 @@ Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
```
-For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
-
-[
](https://apps.apple.com/us/app/simplex-chat/id1605771084)
-
-[](https://play.google.com/store/apps/details?id=chat.simplex.app)
-
-[
](https://app.simplex.chat)
-
+Mobile clients are available for [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) and f-droid(https://app.simplex.chat).
+To configure mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use.
diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md
index c725c68..f7d5f43 100644
--- a/doc/ADMIN_fr.md
+++ b/doc/ADMIN_fr.md
@@ -4,11 +4,5 @@ L'adresse de votre serveur SMP est :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
```
-Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise.
-
-[
](https://apps.apple.com/us/app/simplex-chat/id1605771084)
-
-[](https://play.google.com/store/apps/details?id=chat.simplex.app)
-
-[
](https://app.simplex.chat)
-
+Les clients mobiles sont disponibles pour [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://github.com/simplex-chat/.github/blob/master/profile/images/google_play.svg)](https://play.google.com/store/apps/details?id=chat.simplex.app) et [f-droid](https://app.simplex.chat).
+Pour configurer les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise.
\ No newline at end of file
diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md
index 972dca1..c7220db 100644
--- a/doc/POST_INSTALL.md
+++ b/doc/POST_INSTALL.md
@@ -1,4 +1,3 @@
Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md
index 132e29d..531d913 100644
--- a/doc/POST_INSTALL_fr.md
+++ b/doc/POST_INSTALL_fr.md
@@ -1,4 +1,3 @@
Adresse de votre serveur SMP :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/doc/POST_UPGRADE.md b/doc/POST_UPGRADE.md
index 972dca1..c7220db 100644
--- a/doc/POST_UPGRADE.md
+++ b/doc/POST_UPGRADE.md
@@ -1,4 +1,3 @@
Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/doc/POST_UPGRADE_fr.md b/doc/POST_UPGRADE_fr.md
index 132e29d..531d913 100644
--- a/doc/POST_UPGRADE_fr.md
+++ b/doc/POST_UPGRADE_fr.md
@@ -1,4 +1,3 @@
Adresse de votre serveur SMP :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
-
diff --git a/manifest.toml b/manifest.toml
index e81f619..d307cb2 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "SimpleX"
description.en = "Messaging platform operating without user identifiers"
description.fr = "Plate-forme de messagerie fonctionnant sans identifiants d'utilisateurs"
-version = "4.4.1~ynh1"
+version = "4.4.1~ynh2"
maintainers = ["eric_G"]
diff --git a/scripts/install b/scripts/install
index dd20ded..7b1847c 100755
--- a/scripts/install
+++ b/scripts/install
@@ -39,7 +39,7 @@ chown -R $app:$app "/etc/opt/simplex"
#=================================================
# SYSTEM CONFIGURATION
#=================================================
-ynh_script_progression --message="Adding system configurations related to $app ..." --weight=6
+ynh_script_progression --message="Adding system configurations related to $app..." --weight=6
# Create a dedicated systemd config
ynh_add_systemd_config
diff --git a/scripts/upgrade b/scripts/upgrade
index effc4c9..5de770f 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -15,7 +15,6 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
-
#=================================================
# STORE SETTINGS
#=================================================