Localise collapsed header container.

This commit is contained in:
Lucas A
2021-07-23 23:12:22 +02:00
parent ff3d38de6f
commit a3f9d96a8e
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
set => title.Text = value;
}
public string Content
public LocalisableString Content
{
set => content.Text = value;
}