Give warning icon better alt
parent
c783f701dd
commit
5766a6e93d
|
@ -34,7 +34,12 @@ export default React.createClass({
|
||||||
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
||||||
return (
|
return (
|
||||||
<div className="mx_MatrixToolbar">
|
<div className="mx_MatrixToolbar">
|
||||||
<img className="mx_MatrixToolbar_warning" src="img/warning.svg" width="24" height="23" alt="/!\"/>
|
<img className="mx_MatrixToolbar_warning"
|
||||||
|
src="img/warning.svg"
|
||||||
|
width="24"
|
||||||
|
height="23"
|
||||||
|
alt="Warning"
|
||||||
|
/>
|
||||||
<div className="mx_MatrixToolbar_content">
|
<div className="mx_MatrixToolbar_content">
|
||||||
To be able to return to your account, you need to set a password.
|
To be able to return to your account, you need to set a password.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue