1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

Reword notification text slightly

This commit is contained in:
Dean Herbert 2024-07-31 03:06:35 +09:00
parent 5ebb5ad670
commit bdc465e1c6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -419,7 +419,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
{
notificationOverlay?.Post(new SimpleNotification
{
Text = "Today's daily challenge has concluded. Thanks for playing! The next one should appear in a few minutes."
Text = "Today's daily challenge has concluded thanks for playing!\n\nTomorrow's challenge is now being prepared and will appear soon."
});
}
}

View File

@ -26,7 +26,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
[BackgroundDependencyLoader]
private void load(OsuGame? game)
{
Text = "Today's daily challenge is here! Click here to play.";
Text = "Today's daily challenge is now live! Click here to play.";
Content.Add(card = new BeatmapCardNano((APIBeatmapSet)room.Playlist.Single().Beatmap.BeatmapSet!));
Activated = () =>
{