mirror of https://github.com/vector-im/riot-web
Use translation in img alt text
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>pull/21833/head
parent
14bce1119c
commit
dbae5a66e3
|
@ -299,7 +299,7 @@ module.exports = React.createClass({
|
||||||
blurToCancel={ false }
|
blurToCancel={ false }
|
||||||
onValueChanged={ self.onAliasAdded } />
|
onValueChanged={ self.onAliasAdded } />
|
||||||
<div className="mx_RoomSettings_addAlias mx_filterFlipColor">
|
<div className="mx_RoomSettings_addAlias mx_filterFlipColor">
|
||||||
<img src="img/plus.svg" width="14" height="14" alt="Add"
|
<img src="img/plus.svg" width="14" height="14" alt={ _t("Add") }
|
||||||
onClick={ self.onAliasAdded.bind(self, undefined) }/>
|
onClick={ self.onAliasAdded.bind(self, undefined) }/>
|
||||||
</div>
|
</div>
|
||||||
</div> : ""
|
</div> : ""
|
||||||
|
|
Loading…
Reference in New Issue