Merge pull request #6402 from matrix-org/copy-room-link

Rename Copy Link to Copy Room Link
This commit is contained in:
James Salter 2021-07-19 15:14:19 +01:00 committed by GitHub
commit 1ea70e5b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -530,7 +530,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
) : null}
<IconizedContextMenuOption
onClick={this.onCopyRoomClick}
label={_t("Copy Link")}
label={_t("Copy Room Link")}
iconClassName="mx_RoomTile_iconCopyLink"
/>
<IconizedContextMenuOption

View file

@ -1657,7 +1657,7 @@
"Favourite": "Favourite",
"Low Priority": "Low Priority",
"Invite People": "Invite People",
"Copy Link": "Copy Link",
"Copy Room Link": "Copy Room Link",
"Leave Room": "Leave Room",
"Room options": "Room options",
"%(count)s unread messages including mentions.|other": "%(count)s unread messages including mentions.",