mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 19:45:09 +00:00
VoiceMessages: make text capitalisation consistent with Discord options (#3611)
This commit is contained in:
parent
a3c64d90c3
commit
f9d8c07055
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const ctxMenuPatch: NavContextMenuPatchCallback = (children, props) => {
|
|||
label={
|
||||
<div className={OptionClasses.optionLabel}>
|
||||
<Microphone className={OptionClasses.optionIcon} height={24} width={24} />
|
||||
<div className={OptionClasses.optionName}>Send voice message</div>
|
||||
<div className={OptionClasses.optionName}>Send Voice Message</div>
|
||||
</div>
|
||||
}
|
||||
action={() => openModal(modalProps => <Modal modalProps={modalProps} />)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue