[tor-commits] [atlas/master] Be a bit more polite in notifying the user of an error.

art at torproject.org art at torproject.org
Thu Mar 22 21:32:44 UTC 2012


commit f34e523c52e9c1841536e499a17766522d049e2e
Author: Arturo Filastò <hellais at gmail.com>
Date:   Thu Mar 22 14:33:02 2012 -0700

    Be a bit more polite in notifying the user of an error.
---
 templates/search/do.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/templates/search/do.html b/templates/search/do.html
index c84ed19..4ba5ef8 100644
--- a/templates/search/do.html
+++ b/templates/search/do.html
@@ -15,7 +15,10 @@
     <% } else if (error == 2) {%>
     <div class="alert alert-error">
         <strong>Backend error!</strong><p>The backend server replied with an error
-to your query. This probably means that you did not properly format your query. Or that you just are trying to fuzz my web app hoping to pwn me. Good luck! ;)</p>
+to your query. This probably means that you did not properly format your query.
+If your query was properly formatted it may mean that there is an issue with your browser/add-ons.
+Please report which browser/addons/etc. you're using to <a href="https://trac.torproject.org/projects/tor/newticket?component=Atlas">the bug tracker.</a>
+    </p>
     </div>
     <% } else if (error == 3) {%>
     <div class="alert alert-error">



More information about the tor-commits mailing list