File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h2><script>document.write(i18n.__('Enter_your_server_URL'))</script></h2>
43
43
</ header >
44
44
< div class ="fields ">
45
45
< div class ="input-text active ">
46
- < input type ="text " name ="host " placeholder ="https://demo .rocket.chat " dir ="auto ">
46
+ < input type ="text " name ="host " placeholder ="https://open .rocket.chat " dir ="auto ">
47
47
</ div >
48
48
</ div >
49
49
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class Servers extends EventEmitter {
250
250
}
251
251
252
252
setHostTitle ( hostUrl , title ) {
253
- if ( title === 'Rocket.Chat' && / h t t p s ? : \/ \/ d e m o \. r o c k e t \. c h a t / . test ( hostUrl ) === false ) {
253
+ if ( title === 'Rocket.Chat' && / h t t p s ? : \/ \/ o p e n \. r o c k e t \. c h a t / . test ( hostUrl ) === false ) {
254
254
title += ' - ' + hostUrl ;
255
255
}
256
256
const hosts = this . hosts ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ sidebar.on('badge-setted', function () {
18
18
} ) ;
19
19
20
20
export const start = function ( ) {
21
- const defaultInstance = 'https://demo .rocket.chat' ;
21
+ const defaultInstance = 'https://open .rocket.chat' ;
22
22
23
23
// connection check
24
24
function online ( ) {
You can’t perform that action at this time.
0 commit comments