1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00
This commit is contained in:
2021-03-13 19:08:23 +01:00
parent 6e4207f517
commit 06ab90de1e
2 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ class _ConversationScreenState extends SafeState<ConversationScreen> {
Widget _buildNoMessagesNotice() {
return Expanded(
child: Center(
child: Text(tr("There is no message yet in this converation.")),
child: Text(tr("There is no message yet in this conversation.")),
),
);
}