mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +08:00
Rename friends tooltip to followers
This commit is contained in:
parent
1ae3f1b9eb
commit
05d3914fee
@ -17,7 +17,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
{
|
{
|
||||||
public readonly Bindable<User> User = new Bindable<User>();
|
public readonly Bindable<User> User = new Bindable<User>();
|
||||||
|
|
||||||
public override string TooltipText => "friends";
|
public override string TooltipText => "followers";
|
||||||
|
|
||||||
private OsuSpriteText followerText;
|
private OsuSpriteText followerText;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user