mirror of https://github.com/vector-im/riot-web
				
				
				
			Groups->Communities
							parent
							
								
									c4de42c6af
								
							
						
					
					
						commit
						e5df06b2ab
					
				|  | @ -323,14 +323,14 @@ module.exports = React.createClass({ | |||
|                     <div className="mx_RightPanel_icon" > | ||||
|                         <TintableSvg src="img/icon-invite-people.svg" width="35" height="35" /> | ||||
|                     </div> | ||||
|                     <div className="mx_RightPanel_message">{ _t('Invite to this group') }</div> | ||||
|                     <div className="mx_RightPanel_message">{ _t('Invite to this community') }</div> | ||||
|                 </AccessibleButton> | ||||
|             ) : ( | ||||
|                 <AccessibleButton className="mx_RightPanel_invite" onClick={ this.onInviteButtonClick } > | ||||
|                     <div className="mx_RightPanel_icon" > | ||||
|                         <TintableSvg src="img/icons-room-add.svg" width="35" height="35" /> | ||||
|                     </div> | ||||
|                     <div className="mx_RightPanel_message">{ _t('Add rooms to this group') }</div> | ||||
|                     <div className="mx_RightPanel_message">{ _t('Add rooms to this community') }</div> | ||||
|                 </AccessibleButton> | ||||
|             ); | ||||
|         } | ||||
|  |  | |||
|  | @ -158,8 +158,8 @@ | |||
|     "Notifications": "Notifications", | ||||
|     "Rooms": "Rooms", | ||||
|     "Hide panel": "Hide panel", | ||||
|     "Invite to this group": "Invite to this group", | ||||
|     "Add rooms to this group": "Add rooms to this group", | ||||
|     "Invite to this community": "Invite to this community", | ||||
|     "Add rooms to this community": "Add rooms to this community", | ||||
|     "Failed to get protocol list from Home Server": "Failed to get protocol list from Home Server", | ||||
|     "The Home Server may be too old to support third party networks": "The Home Server may be too old to support third party networks", | ||||
|     "Failed to get public room list": "Failed to get public room list", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Luke Barnard
						Luke Barnard