From 0025ab9721709ea07a1c10b6e829d76c778539ac Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 15 Apr 2015 23:25:30 -0400 Subject: [PATCH] this fixes #60 --- platform/firefox/vapi-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index b01012cc3..8a61666b1 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -44,7 +44,7 @@ vAPI.fennec = Services.appinfo.ID === '{aa3c5121-dab2-40e2-81ca-7ea25febc110}'; /******************************************************************************/ vAPI.app = { - name: 'uBlockâ‚€', + name: 'uBlock Origin', version: location.hash.slice(1) };