This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ function _onAction(payload) {
280
280
var QuestionDialog = sdk . getComponent ( "dialogs.QuestionDialog" ) ;
281
281
Modal . createDialog ( QuestionDialog , {
282
282
title : "Warning!" ,
283
- description : "Conference calling in Riot is in development and may not be reliable." ,
283
+ description : "Conference calling is in development and may not be reliable." ,
284
284
onFinished : confirm => {
285
285
if ( confirm ) {
286
286
ConferenceHandler . createNewMatrixCall (
Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ var TimelinePanel = React.createClass({
810
810
} ) ;
811
811
} ;
812
812
}
813
- var message = "Riot was trying to load a specific point in this room's timeline but " ;
813
+ var message = "Tried to load a specific point in this room's timeline, but " ;
814
814
if ( error . errcode == 'M_FORBIDDEN' ) {
815
815
message += "you do not have permission to view the message in question." ;
816
816
} else {
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ module.exports = React.createClass({
203
203
! this . state . enteredHomeserverUrl . startsWith ( "http" ) ) )
204
204
{
205
205
errorText = < span >
206
- Can't connect to homeserver via HTTP when using Riot served by HTTPS .
206
+ Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar .
207
207
Either use HTTPS or < a href = 'https://www.google.com/search?& q = enable % 20 unsafe % 20 scripts ' > enable unsafe scripts</ a >
208
208
</ span > ;
209
209
}
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ module.exports = React.createClass({
94
94
if ( this . props . invitedEmail ) {
95
95
if ( this . state . threePidFetchError ) {
96
96
emailMatchBlock = < div className = "error" >
97
- Riot was unable to ascertain that the address this invite was
97
+ Unable to ascertain that the address this invite was
98
98
sent to matches one associated with your account.
99
99
</ div >
100
100
} else if ( this . state . invitedEmailMxid != MatrixClientPeg . get ( ) . credentials . userId ) {
You can’t perform that action at this time.
0 commit comments