You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Use translation in img alt text
Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
This commit is contained in:
@@ -299,7 +299,7 @@ module.exports = React.createClass({
|
||||
blurToCancel={ false }
|
||||
onValueChanged={ self.onAliasAdded } />
|
||||
<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) }/>
|
||||
</div>
|
||||
</div> : ""
|
||||
|
||||
Reference in New Issue
Block a user