feat(LRL App): init V0
This commit is contained in:
27
lang/vendor/filament-panels/en/auth/multi-factor/recovery-codes-modal-content.php
vendored
Normal file
27
lang/vendor/filament-panels/en/auth/multi-factor/recovery-codes-modal-content.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'Click to',
|
||||
|
||||
'copy' => [
|
||||
'label' => 'copy',
|
||||
],
|
||||
|
||||
'or',
|
||||
|
||||
'download' => [
|
||||
'label' => 'download',
|
||||
],
|
||||
|
||||
'all the codes at once.',
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copied',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user