fix(ui): fix cancel label capitalization
This commit is contained in:
@@ -142,7 +142,9 @@ class GiphyAttachment extends AttachmentWidget {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
child: Text(
|
child: Text(
|
||||||
context.translations.cancelLabel.toLowerCase(),
|
context.translations.cancelLabel
|
||||||
|
.toLowerCase()
|
||||||
|
.capitalize(),
|
||||||
style: StreamChatTheme.of(context)
|
style: StreamChatTheme.of(context)
|
||||||
.textTheme
|
.textTheme
|
||||||
.bodyBold
|
.bodyBold
|
||||||
|
|||||||
Reference in New Issue
Block a user