]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/validation.php
Addressed test failures from users API changes
[bookstack] / resources / lang / en / validation.php
index 5796d04c6a76c69aeb5f29e866beef5b3ee450fa..1963b0df2f9a9bb3d2586fc71fbc2ca04e02f97d 100644 (file)
@@ -15,6 +15,7 @@ return [
     'alpha_dash'           => 'The :attribute may only contain letters, numbers, dashes and underscores.',
     'alpha_num'            => 'The :attribute may only contain letters and numbers.',
     'array'                => 'The :attribute must be an array.',
+    'backup_codes'         => 'The provided code is not valid or has already been used.',
     'before'               => 'The :attribute must be a date before :date.',
     'between'              => [
         'numeric' => 'The :attribute must be between :min and :max.',