summaryrefslogtreecommitdiff
path: root/services/healthreport/healthreporter.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'services/healthreport/healthreporter.jsm')
-rw-r--r--services/healthreport/healthreporter.jsm4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/healthreport/healthreporter.jsm b/services/healthreport/healthreporter.jsm
index 6d299a251..b3fcc83e8 100644
--- a/services/healthreport/healthreporter.jsm
+++ b/services/healthreport/healthreporter.jsm
@@ -249,7 +249,7 @@ HealthReporterState.prototype = Object.freeze({
/**
* This is the abstract base class of `HealthReporter`. It exists so that
* we can sanely divide work on platforms where control of Firefox Health
- * Report is outside of Gecko (e.g., Android).
+ * Report is outside of Goanna (e.g., Android).
*/
function AbstractHealthReporter(branch, policy, sessionRecorder) {
if (!branch.endsWith(".")) {
@@ -898,7 +898,7 @@ AbstractHealthReporter.prototype = Object.freeze({
let o = {
version: 2,
thisPingDate: pingDateString,
- geckoAppInfo: this.obtainAppInfo(this._log),
+ goannaAppInfo: this.obtainAppInfo(this._log),
data: {last: {}, days: {}},
};