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