Skip to content
Snippets Groups Projects
Commit 7a00fd33 authored by paf's avatar paf
Browse files

fix typo

closes #222
parent 8ea3960e
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ export class LoginComponent implements OnInit, OnDestroy {
if (typeof authData === 'number') {
const errCode = authData as number;
if (errCode === 400) {
this.problemText = 'Anmeldedaten sind nicht gültig. Bitte nocheinmal versuchen!';
this.problemText = 'Anmeldedaten sind nicht gültig. Bitte noch einmal versuchen!';
} else if (errCode === 202 || errCode === 204) {
this.problemText = 'Anmeldedaten sind gültig, aber es sind keine Arbeitsbereiche oder Tests freigegeben.';
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment