i18n "Cancel" alt text.

This commit is contained in:
Richard Lewis 2017-06-28 12:25:36 +01:00
parent ddea1f35d2
commit 93bdfc99df

View file

@ -87,7 +87,7 @@ export default React.createClass({
{/* Delete widget */}
<img src="img/cancel.svg"
className="mx_filterFlipColor mx_AppTileMenuBarWidget"
width="8" height="8" alt="Cancel"
width="8" height="8" alt={_t("Cancel")}
onClick={this._onDeleteClick}
/>
</span>