Skip to content
Snippets Groups Projects
Commit 59bc59b5 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

change error text

parent c9eaa0fb
No related branches found
No related tags found
2 merge requests!2132.3.2-rc1,!200REDMINE_ISSUES-12030
...@@ -474,7 +474,7 @@ export default { ...@@ -474,7 +474,7 @@ export default {
validateForm() { validateForm() {
this.comment_form.comment.errors = "" this.comment_form.comment.errors = ""
if (!this.comment_form.comment.value) { if (!this.comment_form.comment.value) {
this.comment_form.comment.errors = "Ce champ est obligatoire." this.comment_form.comment.errors = "Le commentaire ne peut pas être vide"
return false; return false;
} }
return true; return true;
......
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