Files
roxane/lang/en/modal.php

24 lines
310 B
PHP
Raw Normal View History

<?php
return [
'confirmation' => 'Are you sure you want to delete?',
'actions' => [
'cancel' => [
'label' => 'Cancel',
],
'confirm' => [
'label' => 'Confirm',
],
'submit' => [
'label' => 'Submit',
],
],
];