Added Two-Factor Auth Translations

This commit is contained in:
John 2015-12-11 17:33:19 -05:00
parent d0e4592377
commit a02c3ecc1a
2 changed files with 2 additions and 0 deletions

View file

@ -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.',