<?php

return [

    'modal' => [

        'heading' => 'Notifications',

        'actions' => [

            'clear' => [
                'label' => 'Effacer',
            ],

            'mark_all_as_read' => [
                'label' => 'Tout marquer comme lu',
            ],

        ],

        'empty' => [
            'heading' => 'Aucune notification',
            'description' => 'Veuillez revérifier ultérieurement',
        ],

    ],

];
