Skip to content

Commit

Permalink
Reword notification text slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jul 30, 2024
1 parent 5ebb5ad commit bdc465e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ private void dailyChallengeChanged(ValueChangedEvent<DailyChallengeInfo?> change
{
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."
});
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public NewDailyChallengeNotification(Room room)
[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 = () =>
{
Expand Down

0 comments on commit bdc465e

Please sign in to comment.