From 657039882c29e00dcdc04bda437024adfde36a73 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 24 Jun 2022 15:48:46 -0700 Subject: [PATCH] Added purge and backup strings Signed-off-by: snipe --- resources/lang/en/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 74c403baf5..94f0001b7c 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -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.', + ]; \ No newline at end of file