Added Localizations and ran small fixes
This commit is contained in:
@@ -23,7 +23,7 @@ class UploadHistorySection extends StatelessWidget {
|
||||
return const Center(child: CircularProgressIndicator());
|
||||
}
|
||||
if (provider.error != null) {
|
||||
return Text("Error: ${provider.error}");
|
||||
return Text(l10.notificationError(provider.error ?? l10.noErrorInformation));
|
||||
}
|
||||
final items = provider.data ?? [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user