Rename to WarningText

This commit is contained in:
Dean Herbert
2021-05-05 16:16:02 +09:00
parent 6178f38c95
commit 1288f69fad
4 changed files with 10 additions and 10 deletions

View File

@ -61,7 +61,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
{
const string not_supporter_note = "Changes to this setting will only apply with an active osu!supporter tag.";
backgroundSourceDropdown.NoteText = user.Value?.IsSupporter != true ? not_supporter_note : string.Empty;
backgroundSourceDropdown.WarningText = user.Value?.IsSupporter != true ? not_supporter_note : string.Empty;
}, true);
}
}