diff --git a/index.html b/index.html
index 7e3ee4268..5c5ef7947 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
const match = url.match(/pr-(\d+)/);
if (match) prefix = `PR-${match[1]} `;
} else if (url.includes('://localhost')) {
- prefix = 'LOCAL - ';
+ prefix = 'LOCAL ';
}
if (title) {