<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Notifications Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match reasons
    | that are given by the password broker for a password update attempt
    | has failed, such as for an invalid token or invalid new password.
    |
    */

    'empty_title' => 'No notifications at this time',
    'empty_msg' => 'When your team starts doing things, we will show the notifications here.',
    'add_new_user' => 'New User!',
    'add_new_user_message' => 'has added a new user',

];
