]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/errors.php
Refactored the code for ExportService to use DomDocument.
[bookstack] / resources / lang / en / errors.php
index b91a0c3e11c96cfdc6f85d4f9940c472476610b2..7393360ef731a10bde278ff72b0dec0748ab6eef 100644 (file)
@@ -81,4 +81,7 @@ return [
     'app_down' => ':appName is down right now',
     'back_soon' => 'It will be back up soon.',
 
+    // Export errors
+    'dom_parse_error' => 'There was an error while exporting the page. This maybe caused due to the HTML structure of the page.'
+
 ];