1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00
Luke Barnard
2018-06-29 09:46:01 +01:00
parent 48f03bfd86
commit ad5f1bf180

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>
);
}