ref #10037 fixed type in error message for self registration
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 7 Apr 2022 08:51:07 +0000 (10:51 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 7 Apr 2022 08:51:07 +0000 (10:51 +0200)
src/main/java/eu/etaxonomy/cdm/vaadin/view/LoginPresenter.java

index 27e4973edac5bb651a97d53dc915a888bf072af1..2f39d69aec3440ba678519aa41d1c4bd0cd25ff9 100644 (file)
@@ -277,7 +277,7 @@ public class LoginPresenter extends AbstractPresenter<LoginView> implements Even
         }
         if(!asyncException.isEmpty()) {
             getView().getLoginDialog().getRegisterMessageLabel()
-            .setValue("Sending the account resitration email to you has failed. Please try again later or contect the support in case this error persists.");
+            .setValue("Sending the account registration email to you has failed. Please try again later or contect the support in case this error persists.");
             getView().getLoginDialog().getRegisterMessageLabel().setStyleName(ValoTheme.LABEL_FAILURE);
         } else {
             if(!asyncTimeout && result) {