Translate src/components/context_menus|dialogs

This commit is contained in:
Kegan Dougal 2017-05-31 15:40:49 +01:00
parent 020d496cb1
commit 162f3872e5
4 changed files with 38 additions and 19 deletions

View file

@ -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>
);
}