From d020c55e110b09ec577f18f7c5db12833d29e336 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 28 Aug 2018 08:29:25 +0200 Subject: [PATCH] Added space in browser action title As mentioned in #225. --- _locales/de/messages.json | 2 +- _locales/en/messages.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/de/messages.json b/_locales/de/messages.json index f0f24c2..c592449 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -13,7 +13,7 @@ "description": "" }, "browserAction_title_notified": { - "message": "CanvasBlocker\n\nSchutz erfolgreich für:", + "message": "CanvasBlocker \n\nSchutz erfolgreich für:", "description": "" }, "browserAction_title_protectedAPIs": { diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 8d69b56..716259b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -13,7 +13,7 @@ "description": "" }, "browserAction_title_notified": { - "message": "CanvasBlocker\n\nprotection successful for:", + "message": "CanvasBlocker \n\nprotection successful for:", "description": "" }, "browserAction_title_protectedAPIs": {