Added Two-Factor Auth Translations
This commit is contained in:
parent
d0e4592377
commit
a02c3ecc1a
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ return [
|
|||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'totp' => 'The totp token is invalid. Did it expire?',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
|
|
Reference in a new issue