feat: enhance localization support with additional strings and improved structure
This commit is contained in:
@@ -243,7 +243,9 @@ class AsyncErrorBoundary extends ConsumerWidget {
|
||||
(context as Element).markNeedsBuild();
|
||||
},
|
||||
icon: const Icon(Icons.refresh),
|
||||
label: Text(AppLocalizations.of(context)!.retry),
|
||||
label: Text(
|
||||
AppLocalizations.of(context)?.retry ?? 'Retry',
|
||||
),
|
||||
),
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user