From 899423e328273bd8cd7ebc2660e20a01dc817915 Mon Sep 17 00:00:00 2001 From: dmc Date: Wed, 14 Feb 2024 14:21:28 +0100 Subject: [PATCH] renaming --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}` }) } })