]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/validation.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / lang / en / validation.php
index 6f8fcb78135034621484964a1ef5e037d607f06b..76b57a2a3b58ddb8ef41e0562c5187359cc6e542 100644 (file)
@@ -30,6 +30,7 @@ return [
     'digits'               => 'The :attribute must be :digits digits.',
     'digits_between'       => 'The :attribute must be between :min and :max digits.',
     'email'                => 'The :attribute must be a valid email address.',
+    'ends_with' => 'The :attribute must end with one of the following: :values',
     'filled'               => 'The :attribute field is required.',
     'gt'                   => [
         'numeric' => 'The :attribute must be greater than :value.',