mirror of https://github.com/vector-im/riot-web
				
				
				
			Change menu label to Copy Link
							parent
							
								
									e054af7f38
								
							
						
					
					
						commit
						7464900f95
					
				|  | @ -535,7 +535,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> { | |||
|                     /> | ||||
|                     <IconizedContextMenuOption | ||||
|                         onClick={this.onCopyRoomClick} | ||||
|                         label={_t("Copy")} | ||||
|                         label={_t("Copy Link")} | ||||
|                         iconClassName="mx_RoomTile_iconSettings" | ||||
|                     /> | ||||
|                 </IconizedContextMenuOptionList> | ||||
|  |  | |||
|  | @ -1665,6 +1665,7 @@ | |||
|     "Favourite": "Favourite", | ||||
|     "Low Priority": "Low Priority", | ||||
|     "Invite People": "Invite People", | ||||
|     "Copy Link": "Copy Link", | ||||
|     "Leave Room": "Leave Room", | ||||
|     "Room options": "Room options", | ||||
|     "%(count)s unread messages including mentions.|other": "%(count)s unread messages including mentions.", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 James Salter
						James Salter