add string to translate

This commit is contained in:
daniel tygel 2017-05-30 19:01:23 -03:00
parent 12f923bc81
commit f4e5039e70
3 changed files with 3 additions and 1 deletions

View file

@ -481,7 +481,7 @@ module.exports = WithMatrixClient(React.createClass({
}
const editButton = (
<span className="mx_EventTile_editButton" title="Options" onClick={this.onEditClicked} />
<span className="mx_EventTile_editButton" title={ _t("Options") } onClick={this.onEditClicked} />
);
let e2e;
// cosmetic padlocks: