Project

General

Profile

« Previous | Next » 

Revision aac8a307

Added by Andreas Kohlbecker almost 4 years ago

using correct message for failed developer login attempt

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/CdmStoreConnector.java
183 183
                                    NomenclaturalStatusType.initDefaultTerms();
184 184
                                } catch(CdmAuthenticationException cae) {
185 185
                                    loginDialog.hide(false);
186
                                    loginDialog.setMessage(Messages.RemotingLoginDialog_MISSING_PERMISSION);
186
                                    loginDialog.setMessage(LoginManager.INCORRECT_CREDENTIALS_MESSAGE);
187 187
                                }
188 188
                            });
189 189
                        } else {

Also available in: Unified diff