Skip to content
Snippets Groups Projects
Commit 29243e6f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update validation.php

parent 7b14db0f
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -71,5 +71,9 @@ return [ ...@@ -71,5 +71,9 @@ return [
"attribute-name" => [ "attribute-name" => [
"rule-name" => "eigene-nachricht" "rule-name" => "eigene-nachricht"
] ]
] ],
]; "dimensions" => ":attribute hat die falsche Größe.",
"file" => "Das Feld :attribute muss eine Datei sein.",
"mimetypes" => "Das Feld :attribute muss eine Datei vom Typ :values sein.",
"uploaded" => ":attribute konnte nicht hochgeladen werden."
];
\ No newline at end of file
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