File "modal.php"

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

<?php

return [

    'confirmation' => 'Jeste li sigurni da želite to učiniti?',

    'actions' => [

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

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

        'submit' => [
            'label' => 'Pošalji',
        ],

    ],

];