resources/lang/en/messages.php
<?php
/**
* Created by PhpStorm.
* Author LAHAXE Arnaud <lahaxe.arnaud@gmail.com>
* Date: 21/05/15
* Time: 21:14.
*/
return [
'buttonAdvise' => 'If your security key has a button, press it.',
'noButtonAdvise' => 'If it does not, remove it and insert it again.',
'success' => 'Your key is detected and validated.',
'insertKey' => 'Insert your security key.',
'auth' => [
'title' => 'Authentication in two steps',
],
'register' => [
'title' => 'Register a new security key',
],
];