Added string

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-10-09 22:15:30 +01:00
parent aa8048ac15
commit 4361a10818

View file

@ -385,5 +385,6 @@ return [
'restore_default_avatar_help' => '', 'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning', 'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?', 'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit <code>Admin Settings > Permission Groups</code> to add one.',
]; ];