From: Andrew Dolgov Date: Fri, 14 Mar 2014 10:40:29 +0000 (+0400) Subject: update report to tt-rss prompt X-Git-Tag: 1.12~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cde449b937b3c59f5269a8daed18955a44329ebf;p=tt-rss.git update report to tt-rss prompt --- diff --git a/js/functions.js b/js/functions.js index ee9f2b7f..c5194d2d 100644 --- a/js/functions.js +++ b/js/functions.js @@ -104,7 +104,7 @@ function exception_error(location, e, ext_info) { title: "Unhandled exception", style: "width: 600px", report: function() { - if (confirm(__("Are you sure to report this exception to tt-rss.org? The report will include your browser information. Your IP would be saved in the database."))) { + if (confirm(__("Are you sure to report this exception to tt-rss.org? The report will include information about your web browser and tt-rss configuration. Your IP will be saved in the database."))) { document.forms['exceptionForm'].params.value = $H({ browserName: navigator.appName,