From 95070125ef1e1059821e8fad43ea0cea6333ff25 Mon Sep 17 00:00:00 2001 From: Rafal Adasiewicz Date: Thu, 26 Jan 2023 14:11:32 +0100 Subject: [PATCH] Update packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart Co-authored-by: Leandro Borges Ferreira --- .../lib/src/stream_chat_localizations_de.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart index a75417b8..88d7c596 100644 --- a/packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart +++ b/packages/stream_chat_localizations/lib/src/stream_chat_localizations_de.dart @@ -15,7 +15,7 @@ class StreamChatLocalizationsDe extends GlobalStreamChatLocalizations { String get noUsersLabel => 'Derzeit gibt es keine User'; @override - String get noPhotoOrVideoLabel => 'Es gibt kein Foto oder Video'; + String get noPhotoOrVideoLabel => 'Es gibt keine Foto oder Video'; @override String get retryLabel => 'Erneut versuchen';