Skip to content

Commit

Permalink
tooltip in _ActivateUserDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Jul 1, 2023
1 parent ca59cb9 commit d47fb3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Gui/ActivateUserDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ void _ActivateUserDialog::process()
ImGui::OpenPopup("Activate user");
if (ImGui::BeginPopupModal("Activate user", NULL, ImGuiWindowFlags_None)) {
AlienImGui::Text("Please enter the confirmation code sent to your email address.");
AlienImGui::HelpMarker(
"Please check your spam folder if you did not find an email. If you did not receive an email there, try signing up with possibly another "
"email address. If this still does not work, please contact [email protected].");
AlienImGui::Separator();
AlienImGui::InputText(AlienImGui::InputTextParameters().hint("Code (case sensitive)").textWidth(0), _confirmationCode);

Expand Down

0 comments on commit d47fb3b

Please sign in to comment.