diff --git a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs index a4b54a52a2..51b95a4d8e 100644 --- a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs @@ -66,8 +66,8 @@ namespace osu.Game.Overlays.Settings.Sections.General { new OsuSpriteText { - Text = "LOG IN", - Margin = new MarginPadding { Bottom = 10 }, + Text = "ACCOUNT", + Margin = new MarginPadding { Bottom = 5 }, Font = @"Exo2.0-Black", }, form = new LoginForm()