Skip to content
Snippets Groups Projects
Commit 4314da61 authored by paf's avatar paf
Browse files

Fix Typo

parent c9eabfa9
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ export class CodeInputComponent implements OnInit {
if (typeof authData === 'number') {
const errCode = authData as number;
if (errCode === 400) {
this.problemText = 'Der Code ist leider nicht gültig. Bitte nocheinmal versuchen';
this.problemText = 'Der Code ist leider nicht gültig. Bitte noch einmal versuchen';
} else {
this.problemText = 'Problem bei der Anmeldung.';
// app.interceptor will show error message
......
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