diff --git a/templates/bundles/TwigBundle/Exception/error500.html.twig b/templates/bundles/TwigBundle/Exception/error500.html.twig index 08a989a1..0ec83ec0 100644 --- a/templates/bundles/TwigBundle/Exception/error500.html.twig +++ b/templates/bundles/TwigBundle/Exception/error500.html.twig @@ -7,20 +7,20 @@ {% block admin_info %} {% if exception.class == "Doctrine\\DBAL\\Exception\\ConnectionException" %} - Can not connect to database.
Try follwing things:
+ Can not connect to database.

Try following things:

{% elseif exception.class == "Twig\\Error\\RuntimeError" and 'manifest.json' in exception.message %} - Can not load frontend assets.
Try following things: + Can not load frontend assets.

Try following things:

{% elseif exception.class == "Doctrine\\DBAL\\Exception\\InvalidFieldNameException" or exception.class == "Doctrine\\DBAL\\Exception\\TableNotFoundException" %} - Invalid or not existing database schema.
Try following things: + Invalid or not existing database schema.

Try following things: