mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Merge pull request #6536 from peppy/remove-weird-character
Remove a weird unicode charcter from file
This commit is contained in:
commit
62f2a852ec
@ -121,7 +121,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
multiAccountExplanationText.AddText("? osu! has a policy of ");
|
||||
multiAccountExplanationText.AddText("one account per person!", cp => cp.Colour = colours.Yellow);
|
||||
multiAccountExplanationText.AddText(" Please be aware that creating more than one account per person may result in ");
|
||||
multiAccountExplanationText.AddText("permanent deactivation of accounts", cp => cp.Colour = colours.Yellow);
|
||||
multiAccountExplanationText.AddText("permanent deactivation of accounts", cp => cp.Colour = colours.Yellow);
|
||||
multiAccountExplanationText.AddText(".");
|
||||
|
||||
furtherAssistance.AddText("Need further assistance? Contact us via our ");
|
||||
|
Loading…
Reference in New Issue
Block a user