diff --git a/src/components/ReportsDescription.vue b/src/components/ReportsDescription.vue
index fefc1ab..0bba748 100644
--- a/src/components/ReportsDescription.vue
+++ b/src/components/ReportsDescription.vue
@@ -2,7 +2,7 @@
|
- {{ $t(REPORT_TYPES[type].label) }}{{ $t('misc.spaceBeforeDoublePunctuations') }}: {{ $t(REPORT_TYPES[type].description) }} |
+ {{ $t(REPORT_TYPES[type].label) }}: {{ $t(REPORT_TYPES[type].description) }} |
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 227da28..b573754 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -58,7 +58,8 @@
"discard": "Discard",
"ok": "OK",
"or": "or",
- "retry": "Retry"
+ "retry": "Retry",
+ "spaceBeforeDoublePunctuations": ""
},
"permissions": {
"geolocation": "Geolocation",
diff --git a/src/i18n/fr.json b/src/i18n/fr.json
index 00fc08b..58c667b 100644
--- a/src/i18n/fr.json
+++ b/src/i18n/fr.json
@@ -58,7 +58,8 @@
"discard": "Annuler",
"ok": "OK",
"or": "ou",
- "retry": "R\u00e9essayer"
+ "retry": "R\u00e9essayer",
+ "spaceBeforeDoublePunctuations": " "
},
"permissions": {
"geolocation": "G\u00e9olocalisation",
diff --git a/src/i18n/oc.json b/src/i18n/oc.json
index 41e799b..721f4b0 100644
--- a/src/i18n/oc.json
+++ b/src/i18n/oc.json
@@ -57,7 +57,8 @@
"discard": "Anullar",
"ok": "D\u2019acc\u00f2rdi",
"or": "o",
- "retry": "Ensajar tornamai"
+ "retry": "Ensajar tornamai",
+ "spaceBeforeDoublePunctuations": " "
},
"permissions": {
"geolocation": "Geolocalizacion",