From f959a60dc426034fbe86c17d958021064e3b0750 Mon Sep 17 00:00:00 2001 From: Sacha Arbonel Date: Wed, 21 Jul 2021 10:05:10 -0400 Subject: [PATCH] more typos --- .../lib/src/stream_chat_localizations_fr.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart index 98661a06..e9576045 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_fr.dart @@ -42,7 +42,7 @@ class StreamChatLocalizationsFr extends GlobalStreamChatLocalizations { @override String threadReplyCountText(int count) => - "$count Réponses au fil d'actualité"; + "$count Réponses au fil de discussion"; @override String attachmentsUploadProgressText({ @@ -170,7 +170,7 @@ class StreamChatLocalizationsFr extends GlobalStreamChatLocalizations { @override String get flagMessageQuestion => - 'Voulez-vous envoyer une copie de ce message à une' + 'Voulez-vous envoyer une copie de ce message à un' '\nmodérateur pour une enquête plus approfondie ?'; @override