Project

General

Profile

« Previous | Next » 

Revision 8bb3bdbf

Added by Andreas Müller 12 months ago

ref #10037 fixed type in error message for self registration

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/LoginPresenter.java
277 277
        }
278 278
        if(!asyncException.isEmpty()) {
279 279
            getView().getLoginDialog().getRegisterMessageLabel()
280
            .setValue("Sending the account resitration email to you has failed. Please try again later or contect the support in case this error persists.");
280
            .setValue("Sending the account registration email to you has failed. Please try again later or contect the support in case this error persists.");
281 281
            getView().getLoginDialog().getRegisterMessageLabel().setStyleName(ValoTheme.LABEL_FAILURE);
282 282
        } else {
283 283
            if(!asyncTimeout && result) {

Also available in: Unified diff