Skip to content

Commit 2afd7d1

Browse files
committed
added translation file
1 parent 49961c9 commit 2afd7d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/lang/en/messages.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
return [
4+
'invalid' => 'The :attribute is not a valid code.',
5+
'expired' => 'The :attribute is expired.',
6+
'max_attempt' => 'The :attribute reached the maximum allowed attempts.',
7+
];

0 commit comments

Comments
 (0)