summaryrefslogtreecommitdiff
path: root/popup/popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'popup/popup.js')
-rw-r--r--popup/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/popup/popup.js b/popup/popup.js
index 44123ee..64036a9 100644
--- a/popup/popup.js
+++ b/popup/popup.js
@@ -593,7 +593,7 @@ new (class ExtensionPopup {
const version = manifest.version;
document.getElementById(
"addon-version"
- ).textContent = `Version: ${version}`;
+ ).textContent = `v${version}`;
}
setupAutoUpdate() {