Update room context menu copy (#7361)

This commit is contained in:
Michael Telatynski 2021-12-15 09:56:15 +00:00 committed by GitHub
parent 5163ad216f
commit 9436f3b58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 9 deletions

View file

@ -213,7 +213,7 @@ const RoomContextMenu = ({ room, onFinished, ...props }: IProps) => {
});
onFinished();
}}
label={_t("Copy link")}
label={_t("Copy room link")}
iconClassName="mx_RoomTile_iconCopyLink"
/>;
}