lang: don't use " " for the default policy text
Firefox (at least) renders it verbatim.
This commit is contained in:
parent
51f0c8a388
commit
4fc714ff10
|
@ -81,7 +81,7 @@
|
||||||
"terms": "Terms"
|
"terms": "Terms"
|
||||||
},
|
},
|
||||||
"startupoverlay": {
|
"startupoverlay": {
|
||||||
"policyText": " ",
|
"policyText": " ",
|
||||||
"title": "__app__ needs to use your microphone and camera."
|
"title": "__app__ needs to use your microphone and camera."
|
||||||
},
|
},
|
||||||
"suspendedoverlay": {
|
"suspendedoverlay": {
|
||||||
|
|
Loading…
Reference in New Issue