mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 03:50:42 +03:00
i18n "Cancel" alt text.
This commit is contained in:
parent
ddea1f35d2
commit
93bdfc99df
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default React.createClass({
|
||||||
{/* Delete widget */}
|
{/* Delete widget */}
|
||||||
<img src="img/cancel.svg"
|
<img src="img/cancel.svg"
|
||||||
className="mx_filterFlipColor mx_AppTileMenuBarWidget"
|
className="mx_filterFlipColor mx_AppTileMenuBarWidget"
|
||||||
width="8" height="8" alt="Cancel"
|
width="8" height="8" alt={_t("Cancel")}
|
||||||
onClick={this._onDeleteClick}
|
onClick={this._onDeleteClick}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue