Luke Barnard 2018-06-29 09:46:01 +01:00
parent 48f03bfd86
commit ad5f1bf180
1 changed files with 7 additions and 5 deletions

View File

@ -374,6 +374,7 @@ module.exports = React.createClass({
return (
<div className="mx_RoomStatusBar_connectionLostBar">
<img src="img/warning.svg" width="24" height="23" title="/!\ " alt="/!\ " />
<div>
<div className="mx_RoomStatusBar_connectionLostBar_title">
{ _t('Connectivity to the server has been lost.') }
</div>
@ -381,6 +382,7 @@ module.exports = React.createClass({
{ _t('Sent messages will be stored until your connection has returned.') }
</div>
</div>
</div>
);
}