+ ${this.supervisor.localize("update_available.description", { + name: this._name, + version: this._version, + newest_version: this._version_latest, + })} +
++ ${this._action === "update" + ? this.supervisor.localize("update_available.updating", { + name: this._name, + version: this._version_latest, + }) + : this.supervisor.localize( + "update_available.creating_backup", + { name: this._name } + )} +
`} +- ${this.supervisor.localize( - "update_available.description", - { - version: - this._addonInfo?.version || - this.supervisor[this._updateEntry]?.version, - newest_version: - this._addonInfo?.version_latest || - this.supervisor[this._updateEntry]?.version_latest, - } - )} -
-- ${this._action === "update" - ? this.supervisor.localize("update_available.updating", { - name, - version: - this._addonInfo?.version_latest || - this.supervisor[this._updateEntry]?.version_latest, - }) - : this.supervisor.localize( - "update_available.creating_backup", - { name } - )} -
`} -