Added purge and backup strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-24 15:48:46 -07:00
parent cf99d42413
commit 657039882c

View file

@ -361,4 +361,6 @@ return [
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
];