add string to translate
This commit is contained in:
parent
12f923bc81
commit
f4e5039e70
3 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue