1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Change text

This commit is contained in:
ansel 2022-10-13 22:47:48 +03:00
parent a0cca391f6
commit 34ff072a9b

View File

@ -330,7 +330,7 @@ namespace osu.Game.Overlays.Comments
if (WasDeleted)
makeDeleted();
actionsContainer.AddLink("Copy URL", copyUrl);
actionsContainer.AddLink("Copy link", copyUrl);
if (Comment.UserId.HasValue && Comment.UserId.Value == api.LocalUser.Value.Id)
{