From 4fc714ff10a67641217b34a76844976d2abc0ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 16 Mar 2017 14:43:09 +0100 Subject: [PATCH] lang: don't use " " for the default policy text Firefox (at least) renders it verbatim. --- lang/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/main.json b/lang/main.json index fd9978a7c..9e0ee95b8 100644 --- a/lang/main.json +++ b/lang/main.json @@ -81,7 +81,7 @@ "terms": "Terms" }, "startupoverlay": { - "policyText": " ", + "policyText": " ", "title": "__app__ needs to use your microphone and camera." }, "suspendedoverlay": {