]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/errors.php
Allow book, shelf, settings & profile form input validation to skip image
[bookstack] / resources / lang / en / errors.php
index 4752d8b0c0ffaa532c74d4610ec24aad4c6ccbeb..38f1ce28a9de0cd3d1b10f7975a7be11bd468279 100644 (file)
@@ -96,4 +96,7 @@ return [
     'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
     'api_user_token_expired' => 'The authorization token used has expired',
 
+    // Settings & Maintenance
+    'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
+
 ];