import rt 3.8.8
[freeside.git] / rt / share / html / SelfService / Error.html
index 9c81ebb..8956c3e 100755 (executable)
@@ -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>