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:
parent
5ebb5ad670
commit
bdc465e1c6
@ -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."
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -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 = () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user