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
This commit is contained in:
Andrew Scheller 2017-05-10 16:13:07 +01:00 committed by GitHub
parent 7ddc5d525c
commit bfd2f2bf57

View File

@ -7,7 +7,7 @@
ng-model="settings.currentData.errorReporting"
ng-change="settings.toggle('errorReporting')">
<span>Report errors</span>
<span>Anonymously report errors and usage statistics to resin.io</span>
</label>
</div>