From bfd2f2bf57c28f0e18c3a376bde6c6a9f29b716a Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 10 May 2017 16:13:07 +0100 Subject: [PATCH] style(settings): Clarify meaning of the "Report Errors" button (#1392) To make it clear that this actually controls the reporting of errors back to resin.io, and not the reporting of errors to the user. See #1383 --- lib/gui/pages/settings/templates/settings.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/pages/settings/templates/settings.tpl.html b/lib/gui/pages/settings/templates/settings.tpl.html index cd9fc578..0516b317 100644 --- a/lib/gui/pages/settings/templates/settings.tpl.html +++ b/lib/gui/pages/settings/templates/settings.tpl.html @@ -7,7 +7,7 @@ ng-model="settings.currentData.errorReporting" ng-change="settings.toggle('errorReporting')"> - Report errors + Anonymously report errors and usage statistics to resin.io