v0.12.2 - Added feedback storing to ajax instead of backend

This commit is contained in:
Anders
2020-09-07 14:21:59 +02:00
parent 1030bcc13f
commit 66762efb8a
5 changed files with 56 additions and 12 deletions
+3 -1
View File
@@ -71,5 +71,7 @@ return[
"error" => "Error",
"404" => "This page doesn't exist.",
"403" => "You don't have permissions to access this page.",
"canceled" => "Canceled"
"canceled" => "Canceled",
"feedbacksendt" => "Thank you for your feedback!",
"feedbackerror" => "You have to write a feedback message."
];