Translate src/components/context_menus|dialogs
This commit is contained in:
parent
020d496cb1
commit
162f3872e5
4 changed files with 38 additions and 19 deletions
|
@ -182,7 +182,7 @@ module.exports = React.createClass({
|
|||
if (content.msgtype && content.msgtype !== 'm.bad.encrypted' && content.hasOwnProperty('body')) {
|
||||
forwardButton = (
|
||||
<div className="mx_MessageContextMenu_field" onClick={this.onForwardClick}>
|
||||
Forward Message
|
||||
{ _t('Forward Message') }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue