1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 19:10:35 +08:00

Change text

This commit is contained in:
ansel
2022-10-13 22:47:48 +03:00
Unverified
parent a0cca391f6
commit 34ff072a9b
@@ -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)
{