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
@@ -38,6 +38,9 @@ class NnStreamChatLocalizations extends GlobalStreamChatLocalizations {
@override
String get noUsersLabel => 'There are no users currently';
@override
String get noPhotoOrVideoLabel => 'There is no photo or video';
@override
String get retryLabel => 'Retry';
@@ -15,7 +15,7 @@ class StreamChatLocalizationsHi extends GlobalStreamChatLocalizations {
String get noUsersLabel => 'वर्तमान में कोई यूजर नहीं हैं';
@override
String get noPhotoOrVideoLabel => "कोई फोटो या वीडियो नहीं है।";
String get noPhotoOrVideoLabel => 'कोई फोटो या वीडियो नहीं है।';
@override
String get retryLabel => 'पुन: प्रयास करे';