This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ var CallHandler = require("../../../CallHandler");
28
28
var Invite = require ( "../../../Invite" ) ;
29
29
30
30
var INITIAL_LOAD_NUM_MEMBERS = 30 ;
31
- var SHARE_HISTORY_WARNING =
32
- < span >
33
- Newly invited users will see the history of this room. < br />
34
- If you'd prefer invited users not to see messages that were sent before they joined, < br />
35
- turn off, 'Share message history with new users' in the settings for this room.
36
- </ span > ;
37
31
38
32
module . exports = React . createClass ( {
39
33
displayName : 'MemberList' ,
@@ -355,7 +349,7 @@ module.exports = React.createClass({
355
349
if ( invitedMemberTiles . length > 0 ) {
356
350
invitedSection = (
357
351
< div className = "mx_MemberList_invited" >
358
- < h2 > Invited</ h2 >
352
+ < h2 > { _t ( " Invited" ) } </ h2 >
359
353
< div className = "mx_MemberList_wrapper" >
360
354
{ invitedMemberTiles }
361
355
</ div >
Original file line number Diff line number Diff line change 305
305
"Invalid file%(extra)s" : " Invalid file%(extra)s" ,
306
306
"%(senderName)s invited %(targetName)s." : " %(senderName)s invited %(targetName)s." ,
307
307
"Invite new room members" : " Invite new room members" ,
308
+ "Invited" : " Invited" ,
308
309
"Invites" : " Invites" ,
309
310
"Invites user with given id to current room" : " Invites user with given id to current room" ,
310
311
"is a" : " is a" ,
Original file line number Diff line number Diff line change 311
311
"Invalid Email Address" : " Adresse e-mail invalide" ,
312
312
"%(senderName)s invited %(targetName)s." : " %(senderName)s a invité %(targetName)s." ,
313
313
"Invite new room members" : " Inviter de nouveaux membres" ,
314
+ "Invited" : " Invités" ,
314
315
"Invites" : " Invitations" ,
315
316
"Invites user with given id to current room" : " Inviter l’utilisateur avec un ID donné dans le salon actuel" ,
316
317
"is a" : " est un" ,
You can’t perform that action at this time.
0 commit comments