Skip to content
Snippets Groups Projects
Commit ed95a790 authored by Sven Kästle's avatar Sven Kästle
Browse files

refactor: Change validation text

parent ddec5417
No related branches found
No related tags found
No related merge requests found
...@@ -62,12 +62,12 @@ $(document).ready(function() { ...@@ -62,12 +62,12 @@ $(document).ready(function() {
}, },
messages: { messages: {
title: { title: {
required: "Bitte geben Sie einen Titel ein", required: "Ein Titel wird benötigt",
maxlength: "Ihr Titel darf maximal 120 Zeichen lang sein" maxlength: "Maximal 120 Zeichen erlaubt"
}, },
comment: { comment: {
required: "Bitte geben Sie einen Kommentar ein", required: "Ein Kommentar wird benötigt",
maxlength: "Ihr Kommentar darf maximal 400 Zeichen lang sein" maxlength: "Maximal 400 Zeichen erlaubt"
} }
} }
}); });
......
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