mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Added purge and backup strings
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
cf99d42413
commit
657039882c
|
@ -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.',
|
||||
|
||||
];
|
Loading…
Reference in a new issue