Update packages/stream_chat_flutter/lib/src/attachment/attachment_upload_state_builder.dart
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ class _FailedState extends StatelessWidget {
|
|||||||
horizontal: 12,
|
horizontal: 12,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
error ?? 'Failed to upload file',
|
context.translations.uploadErrorLabel,
|
||||||
style: theme.textTheme.footnote.copyWith(
|
style: theme.textTheme.footnote.copyWith(
|
||||||
color: theme.colorTheme.barsBg,
|
color: theme.colorTheme.barsBg,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user