Files
roxane/lang/vendor/filament-panels/en/auth/multi-factor/recovery-codes-modal-content.php

28 lines
311 B
PHP
Raw Permalink Normal View History

2025-10-22 17:09:48 +02:00
<?php
return [
'actions' => [
'Click to',
'copy' => [
'label' => 'copy',
],
'or',
'download' => [
'label' => 'download',
],
'all the codes at once.',
],
'messages' => [
'copied' => 'Copied',
],
];