Skip to content

Commit

Permalink
Updated sign up description
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGolova committed Feb 22, 2024
1 parent 665d2c6 commit a96de8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/PreferencesViewController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void BeatLeader::PreferencesViewController::DidActivate(bool firstActivation, bo
showReplaySettingsToggle = AddConfigValueToggle(containerTransform, getModConfig().ShowReplaySettings);
}
errorDescriptionLabel = ::QuestUI::BeatSaberUI::CreateText(containerTransform, "", false);
label3 = ::QuestUI::BeatSaberUI::CreateText(containerTransform, "To sign up, enter your login information.\nTo log in, enter your existing account's login information.\nYour account is temporary until at least one score has been posted!\nYou can change your profile picture on the website.", false);
label3 = ::QuestUI::BeatSaberUI::CreateText(containerTransform, "Never used BeatLeader? Sign up with any new login/password.\nTo log in, enter your existing account's login information.\nYour account is temporary until at least one score has been posted!\nYou can change your profile details on the website.", false);
}

UpdateUI(PlayerController::currentPlayer);
Expand Down

0 comments on commit a96de8b

Please sign in to comment.