Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7464900

Browse files
committed
Change menu label to Copy Link
1 parent e054af7 commit 7464900

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/views/rooms/RoomTile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export default class RoomTile extends React.PureComponent<IProps, IState> {
535535
/>
536536
<IconizedContextMenuOption
537537
onClick={this.onCopyRoomClick}
538-
label={_t("Copy")}
538+
label={_t("Copy Link")}
539539
iconClassName="mx_RoomTile_iconSettings"
540540
/>
541541
</IconizedContextMenuOptionList>

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,7 @@
16651665
"Favourite": "Favourite",
16661666
"Low Priority": "Low Priority",
16671667
"Invite People": "Invite People",
1668+
"Copy Link": "Copy Link",
16681669
"Leave Room": "Leave Room",
16691670
"Room options": "Room options",
16701671
"%(count)s unread messages including mentions.|other": "%(count)s unread messages including mentions.",

0 commit comments

Comments
 (0)