make the newly invited warning prettier
This commit is contained in:
parent
cfd6546fe9
commit
27fea6bc95
1 changed files with 6 additions and 3 deletions
|
@ -25,9 +25,12 @@ var GeminiScrollbar = require('react-gemini-scrollbar');
|
||||||
var rate_limited_func = require('../../../ratelimitedfunc');
|
var rate_limited_func = require('../../../ratelimitedfunc');
|
||||||
|
|
||||||
var INITIAL_LOAD_NUM_MEMBERS = 30;
|
var INITIAL_LOAD_NUM_MEMBERS = 30;
|
||||||
var SHARE_HISTORY_WARNING = "Newly invited users will see the history of this room. "+
|
var SHARE_HISTORY_WARNING =
|
||||||
"If you'd prefer invited users not to see messages that were sent before they joined, "+
|
<span>
|
||||||
"turn off, 'Share message history with new users' in the settings for this room.";
|
Newly invited users will see the history of this room. <br/>
|
||||||
|
If you'd prefer invited users not to see messages that were sent before they joined, <br/>
|
||||||
|
turn off, 'Share message history with new users' in the settings for this room.
|
||||||
|
</span>
|
||||||
|
|
||||||
var shown_invite_warning_this_session = false;
|
var shown_invite_warning_this_session = false;
|
||||||
// global promise so people can bulk invite and they all get resolved
|
// global promise so people can bulk invite and they all get resolved
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue