This commit is contained in:
Nicolas Werner 2020-12-08 20:52:57 +01:00
parent 622a9f709b
commit 77002f17c8
4 changed files with 9 additions and 5 deletions

View file

@ -405,7 +405,9 @@ void
RegisterPage::onRegisterButtonClicked()
{
if (!checkFields()) {
showError(error_label_, tr("One or more fields have invalid inputs. Please correct those issues and try again."));
showError(error_label_,
tr("One or more fields have invalid inputs. Please correct those issues "
"and try again."));
return;
} else {
auto username = username_input_->text().toStdString();