Fix analyze

This commit is contained in:
Rafał Adasiewicz
2023-01-26 14:09:26 +01:00
parent 55ae3386d1
commit 61d85340de
2 changed files with 4 additions and 1 deletions
@@ -15,7 +15,7 @@ class StreamChatLocalizationsHi extends GlobalStreamChatLocalizations {
String get noUsersLabel => 'वर्तमान में कोई यूजर नहीं हैं';
@override
String get noPhotoOrVideoLabel => "कोई फोटो या वीडियो नहीं है।";
String get noPhotoOrVideoLabel => 'कोई फोटो या वीडियो नहीं है।';
@override
String get retryLabel => 'पुन: प्रयास करे';