Change menu label to Copy Link

This commit is contained in:
James Salter 2021-07-16 09:05:01 +01:00
parent e054af7f38
commit 7464900f95
2 changed files with 2 additions and 1 deletions

View file

@ -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>