forked from mirrors/gecko-dev
Bug 1876273 - have Report Broken Data report the app display version, not the base version, to webcompat.com; r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D199509
This commit is contained in:
parent
f8c7b06b4b
commit
ccd0c2044f
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ const BrowserInfo = {
|
||||||
buildId: Services.appinfo.appBuildID,
|
buildId: Services.appinfo.appBuildID,
|
||||||
defaultUserAgent: userAgent,
|
defaultUserAgent: userAgent,
|
||||||
updateChannel: AppConstants.MOZ_UPDATE_CHANNEL,
|
updateChannel: AppConstants.MOZ_UPDATE_CHANNEL,
|
||||||
version: Services.appinfo.version,
|
version: AppConstants.MOZ_APP_VERSION_DISPLAY,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue