summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-03-14 14:40:29 +0400
committerAndrew Dolgov <[email protected]>2014-03-14 14:40:29 +0400
commitcde449b937b3c59f5269a8daed18955a44329ebf (patch)
tree8ee88ca1f18596277d157056bc236ac3511eccfc /js/functions.js
parent31460f84fe350a04fd796763c4a444dcd10c7338 (diff)
update report to tt-rss prompt
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index ee9f2b7fd..c5194d2d1 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,