Files

22 lines
250 B
PHP

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