Files
tbbank-new/lang/vendor/filament-schemas/ru/components.php
2025-10-22 20:08:22 +05:00

22 lines
259 B
PHP

<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Назад',
],
'next_step' => [
'label' => 'Далее',
],
],
],
];