summaryrefslogtreecommitdiff
path: root/rt/share/html/SelfService/Error.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/SelfService/Error.html')
-rwxr-xr-xrt/share/html/SelfService/Error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/SelfService/Error.html b/rt/share/html/SelfService/Error.html
index 9c81ebb..8956c3e 100755
--- a/rt/share/html/SelfService/Error.html
+++ b/rt/share/html/SelfService/Error.html
@@ -66,6 +66,6 @@ $Why => loc("the calling component did not specify why")
</%args>
<%INIT>
-$Details ||= "No details";
+$Details ||= loc("No details");
$RT::Logger->error("WebRT: $Why ($Details)");
</%INIT>