diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json
index 0768c8e1e..bf1ae8311 100644
--- a/www/common/translations/messages.fr.json
+++ b/www/common/translations/messages.fr.json
@@ -686,7 +686,7 @@
"features_f_subscribe": "S'abonner à un compte premium",
"features_f_subscribe_note": "Vous devez d'abord vous connecter à un compte CryptPad",
"faq_link": "FAQ",
- "faq_title": "Foire Aux Questions",
+ "faq_title": "Foire aux questions",
"faq_whatis": "Qu'est-ce que CryptPad ?",
"faq": {
"keywords": {
@@ -1366,5 +1366,6 @@
"mentions_notification": "{0} vous a mentionné dans {1}",
"unknownPad": "Pad inconnu",
"comments_notification": "Réponses à votre commentaire \"{0}\" sur {1}",
- "comments_error": "Impossible d'ajouter un commentaire ici"
+ "comments_error": "Impossible d'ajouter un commentaire ici",
+ "fm_sort": "Trier"
}
diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index 6dfb376cb..5d1c28484 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -1366,5 +1366,6 @@
"settings_padNotifTitle": "Comment notifications",
"settings_padNotifHint": "Ignore notifications when someone replies to one of your comments",
"settings_padNotifCheckbox": "Disable comment notifications",
- "comments_error": "Can't add a comment here"
+ "comments_error": "Can't add a comment here",
+ "fm_sort": "Sort"
}