@@ -204,13 +204,13 @@ module.exports = React.createClass({
204204 if ( this . state . syncState === "ERROR" ) {
205205 statusBar = (
206206 < div className = "mx_RoomView_connectionLostBar" >
207- < img src = "img/cancel .png" width = "10 " height = "12 " alt = "" />
207+ < img src = "img/warning2 .png" width = "30 " height = "30 " alt = "/!\ " />
208208 < div className = "mx_RoomView_connectionLostBar_textArea" >
209- < span className = "mx_RoomView_connectionLostBar_title" >
210- Internet connection has been lost.
211- </ span >
209+ < div className = "mx_RoomView_connectionLostBar_title" >
210+ Connectivity to the server has been lost.
211+ </ div >
212212 < div className = "mx_RoomView_connectionLostBar_desc" >
213- Sent messages will be stored until your connection has resumed .
213+ Sent messages will be stored until your connection has returned .
214214 </ div >
215215 </ div >
216216 </ div >
@@ -219,16 +219,16 @@ module.exports = React.createClass({
219219 else if ( this . state . hasUnsentMessages ) {
220220 statusBar = (
221221 < div className = "mx_RoomView_connectionLostBar" >
222- < img src = "img/cancel .png" width = "10 " height = "12 " alt = "" />
222+ < img src = "img/warning2 .png" width = "30 " height = "30 " alt = "/!\ " />
223223 < div className = "mx_RoomView_connectionLostBar_textArea" >
224- < span className = "mx_RoomView_connectionLostBar_title" >
225- Some of your messages have not been sent.
226- </ span >
224+ < div className = "mx_RoomView_connectionLostBar_title" >
225+ Some of your messages have not been sent.
226+ </ div >
227227 < div className = "mx_RoomView_connectionLostBar_desc" >
228- < span className = "mx_RoomView_resend_link"
229- onClick = { this . onResendAllClick } >
228+ < a className = "mx_RoomView_resend_link"
229+ onClick = { this . onResendAllClick } >
230230 Resend all now
231- </ span > or select individual messages to re-send.
231+ </ a > or select individual messages to re-send.
232232 </ div >
233233 </ div >
234234 </ div >
0 commit comments