aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-12-15 20:18:55 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-09 15:35:17 +0100
commit7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b (patch)
treed09eb602b044e6b2ccd98bd73148612d6d23741e /phpBB/adm
parent761fa9da52e92efafa6839938113ddb55cd85f17 (diff)
downloadforums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar.gz
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar.bz2
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.tar.xz
forums-7f8b6c02c6380d44d2bc3c402cfa5e9953d4819b.zip
[ticket/14306] Update the error message
PHPBB3-14306
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/overall_header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index dbf27eb942..4212f01f15 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -149,8 +149,7 @@ function popup(url, width, height, name)
<!-- IF CONTAINER_EXCEPTION !== false -->
<div class="errorbox">
<p>{L_CONTAINER_EXCEPTION}</p>
- <p>{L_CONTAINER_EXCEPTION_DETAIL}</p>
- <p>Exception message: {{ CONTAINER_EXCEPTION.getMessage() }}</p>
+ <p>{L_EXCEPTION}{L_COLON} {{ CONTAINER_EXCEPTION.getMessage() }}</p>
<pre>{{ CONTAINER_EXCEPTION.getTraceAsString() }}</pre>
</div>
<!-- ENDIF -->