mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Fix typo
This commit is contained in:
@ -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.")),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user