Skip to content

Commit

Permalink
Update chat_search_files_tab.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima authored Sep 27, 2024
1 parent 7e561c8 commit e8ca8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat_search/chat_search_files_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ChatSearchFilesTab extends StatelessWidget {
final event = events[i];
final filename = event.content.tryGet<String>('filename') ??
event.content.tryGet<String>('body') ??
L10n.of(context)!.unknownEvent('File, File');
L10n.of(context)!.unknownEvent('File');
final filetype = (filename.contains('.')
? filename.split('.').last.toUpperCase()
: event.content
Expand Down

0 comments on commit e8ca8c5

Please sign in to comment.