File "modal.php"

Full Path: /home/tecassol/public_html/tecas-solar.ma/vendor/filament/actions/resources/lang/en/modal.php
File size: 317 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

return [

    'confirmation' => 'Are you sure you would like to do this?',

    'actions' => [

        'cancel' => [
            'label' => 'Cancel',
        ],

        'confirm' => [
            'label' => 'Confirm',
        ],

        'submit' => [
            'label' => 'Submit',
        ],

    ],

];