Skip to content

Commit 1ddd0f8

Browse files
committed
[TwigBundle] remove unused email placeholder from error page
1 parent a849fd0 commit 1ddd0f8

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
1+
{% include 'TwigBundle:Exception:error.xml.twig' %}

Resources/views/Exception/error.html.twig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<h2>The server returned a "{{ status_code }} {{ status_text }}".</h2>
1010

1111
<div>
12-
Something is broken. Please e-mail us at [email] and let us know
13-
what you were doing when this error occurred. We will fix it as soon
14-
as possible. Sorry for any inconvenience caused.
12+
Something is broken. Please let us know what you were doing when this error occurred.
13+
We will fix it as soon as possible. Sorry for any inconvenience caused.
1514
</div>
1615
</body>
1716
</html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% include 'TwigBundle:Exception:error.xml.twig' with { 'exception': exception } %}
1+
{% include 'TwigBundle:Exception:error.xml.twig' %}

Resources/views/Exception/error.txt.twig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ Oops! An Error Occurred
33

44
The server returned a "{{ status_code }} {{ status_text }}".
55

6-
Please e-mail us at [email] and let us know what you were doing when this
7-
error occurred. We will fix it as soon as possible. Sorry for any
8-
inconvenience caused.
6+
Something is broken. Please let us know what you were doing when this error occurred.
7+
We will fix it as soon as possible. Sorry for any inconvenience caused.

0 commit comments

Comments
 (0)