Fix analyze
This commit is contained in:
@@ -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 => 'पुन: प्रयास करे';
|
||||
|
||||
Reference in New Issue
Block a user