summary refs log tree commit diff
path: root/src/RegisterPage.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-12-08 15:57:16 -0500
committerJoseph Donofry <joedonofry@gmail.com>2020-12-08 15:57:16 -0500
commit0310c9804624ff8a3e011186216d57ac8cdf411c (patch)
treee66864bf7f547bf32420f062da86a1d483091cd8 /src/RegisterPage.cpp
parentAdd VERSION to macos build (diff)
parentMerge pull request #352 from Nheko-Reborn/lint (diff)
downloadnheko-0310c9804624ff8a3e011186216d57ac8cdf411c.tar.xz
Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko
Diffstat (limited to 'src/RegisterPage.cpp')
-rw-r--r--src/RegisterPage.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp

index 26a66ab7..44ad7a3d 100644 --- a/src/RegisterPage.cpp +++ b/src/RegisterPage.cpp
@@ -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();