1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:12:54 +08:00

Reword notification messages to match new logic

This commit is contained in:
Bartłomiej Dach 2020-12-29 10:56:59 +01:00
parent 5d23199233
commit 361d215ab4

View File

@ -160,7 +160,7 @@ namespace osu.Game.Screens.Menu
{
notifications?.Post(new SimpleNotification
{
Text = "You gotta be logged in to multi 'yo!",
Text = "You gotta be online to multi 'yo!",
Icon = FontAwesome.Solid.Globe,
Activated = () =>
{
@ -181,7 +181,7 @@ namespace osu.Game.Screens.Menu
{
notifications?.Post(new SimpleNotification
{
Text = "You gotta be logged in to view playlists 'yo!",
Text = "You gotta be online to view playlists 'yo!",
Icon = FontAwesome.Solid.Globe,
Activated = () =>
{