]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/validation.php
Trying to make the tests green.
[bookstack] / resources / lang / en / validation.php
index 20acc9a68e44b7b81003b04af347293c1e148c68..b75af7485ffb7baf86a2faaf46f6ab4107956a3d 100644 (file)
@@ -87,8 +87,8 @@ return [
     */
 
     'custom' => [
-        'attribute-name' => [
-            'rule-name' => 'custom-message',
+        'password-confirm' => [
+            'required_with' => 'Password confirmation required',
         ],
     ],