diff --git a/index.html b/index.html index c5d9f53..0dfb819 100644 --- a/index.html +++ b/index.html @@ -312,7 +312,7 @@ Pear.versions().then(({ app, platform }) => { this.root.appendChild(this.template.content.cloneNode(true)) this.root.querySelector('#platform-version').innerText = `Pear Runtime ${platform.fork}.${platform.length}.${platform.key}` - this.root.querySelector('#app-version').innerText = `Pear Rtm App ${app.fork}.${app.length}.${app.key}` + this.root.querySelector('#app-version').innerText = `Pear Desktop ${app.fork}.${app.length}.${app.key}` }) } })