better date formatting

This commit is contained in:
Fabian Freund
2024-06-12 08:41:28 +02:00
parent 1904e48004
commit 475a286eb6
4 changed files with 19 additions and 3 deletions
@@ -125,7 +125,8 @@ class ChatArchiveDetailScreen extends HookConsumerWidget {
),
error: (error, stackTrace) {
return FailureWidget(
title: error.toString(),
title: 'Could not load chat',
exception: error,
onRetry: () => ref.refresh(readArchivedChatProvider(fileName)),
);
},