9 lines
132 B
PHP
9 lines
132 B
PHP
<?php
|
|
return [
|
|
'buttons' => [
|
|
'update' => 'Update',
|
|
'select' => 'Select',
|
|
'remove' => 'Remove'
|
|
]
|
|
];
|