X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b4e29d2b7dd5d217b44a9af646fd083134d3f68a..refs/pull/3391/head:/resources/lang/de/validation.php diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index aa3203132..df3995f30 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -32,7 +32,7 @@ return [ 'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.', 'email' => ':attribute muss eine valide E-Mail-Adresse sein.', 'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden', - 'file' => 'The :attribute must be provided as a valid file.', + 'file' => ':attribute muss als gültige Datei angegeben werden.', 'filled' => ':attribute ist erforderlich.', 'gt' => [ 'numeric' => ':attribute muss größer als :value sein.',