You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Update src/components/views/context_menus/MessageContextMenu.js
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bdef54622b
commit
8116ac74ce
@@ -422,7 +422,7 @@ module.exports = createReactClass({
|
||||
</MenuItem>
|
||||
);
|
||||
|
||||
if (this.props.eventTileOps) { // this event is rendered using TextuaLBody
|
||||
if (this.props.eventTileOps) { // this event is rendered using TextualBody
|
||||
quoteButton = (
|
||||
<MenuItem className="mx_MessageContextMenu_field" onClick={this.onQuoteClick}>
|
||||
{ _t('Quote') }
|
||||
|
||||
Reference in New Issue
Block a user