Skip to content
Snippets Groups Projects
Commit 44b5cc31 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix debug info text translation

parent 3efa7ba4
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
{# print out exception only if the exception is available #} {# print out exception only if the exception is available #}
{% if showerrors -%} {% if showerrors -%}
<h2>{{'{errors:debuginfo_header}' | trans}}</h2> <h2>{{'Debug information' | trans}}</h2>
<p>{{'{errors:debuginfo_text}' | trans}}</p> <p>{{'The debug information below may be of interest to the administrator / help desk:' | trans}}</p>
<div class="code-box code-box-content"> <div class="code-box code-box-content">
<pre>{{ error.exceptionMsg }}<br />{{ error.exceptionTrace }} <pre>{{ error.exceptionMsg }}<br />{{ error.exceptionTrace }}
</pre> </pre>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment