From 8d6336ee7d2687d6e4fb88de48bc1ae5f4b8bb22 Mon Sep 17 00:00:00 2001 From: Rafal Adasiewicz Date: Thu, 26 Jan 2023 14:11:26 +0100 Subject: [PATCH] Update packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart Co-authored-by: Leandro Borges Ferreira --- .../lib/src/stream_chat_localizations_pt.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart index 7dd4cd7f..4550c2df 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_pt.dart @@ -15,7 +15,7 @@ class StreamChatLocalizationsPt extends GlobalStreamChatLocalizations { String get noUsersLabel => 'Nenhum usuário atualmente'; @override - String get noPhotoOrVideoLabel => 'Não há foto ou vídeo'; + String get noPhotoOrVideoLabel => 'Não há fotos ou vídeos'; @override String get retryLabel => 'Tente novamente';