fix(tracker): fix wording in log

This commit is contained in:
sylenien 2022-12-13 10:50:54 +01:00
parent 2372008248
commit 54adc377e9

View file

@ -452,7 +452,7 @@ export default class App {
return Promise.reject('no worker found after start request (this might not happen)')
}
if (this.activityState === ActivityState.NotActive) {
return Promise.reject('Tracker stopped during authorisation')
return Promise.reject('Tracker stopped during authorization')
}
const {
token,