Change menu label to Copy Link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user