1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 07:49:52 +08:00

Undo localisation of Daily Challenge string for now

This commit is contained in:
Dean Herbert
2024-08-03 22:44:51 +09:00
Unverified
parent 310def64f4
commit d95d63d7ee
@@ -57,7 +57,9 @@ namespace osu.Game.Overlays.Profile.Header.Components
new OsuTextFlowContainer(s => s.Font = OsuFont.GetFont(size: 12))
{
AutoSizeAxes = Axes.Both,
Text = UsersStrings.ShowDailyChallengeTitle,
// can't use this because osu-web does weird stuff with \\n.
// Text = UsersStrings.ShowDailyChallengeTitle.,
Text = "Daily\nChallenge",
Margin = new MarginPadding { Horizontal = 5f, Bottom = 2f },
},
new Container