Files
biiproject-kit-v1/lang/vendor/filament-schemas/id/components.php
T

22 lines
260 B
PHP

<?php
return [
'wizard' => [
'actions' => [
'previous_step' => [
'label' => 'Sebelumnya',
],
'next_step' => [
'label' => 'Selanjutnya',
],
],
],
];