File "edit.php"

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

<?php

return [

    'single' => [

        'label' => 'Bewerken',

        'modal' => [

            'heading' => ':Label bewerken',

            'actions' => [

                'save' => [
                    'label' => 'Wijzigingen opslaan',
                ],

            ],

        ],

        'notifications' => [

            'saved' => [
                'title' => 'Opgeslagen',
            ],

        ],

    ],

];