From 0cf5e4025e2c5daee6fc1015be87c482e3b41943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Sadzi=C5=84ski?= Date: Wed, 16 Nov 2022 18:59:06 +0100 Subject: [PATCH] Fixing type in translation files --- static/locales/en.client.json | 2 +- static/locales/fr.client.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 3d0ba848..cf610d23 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -659,7 +659,7 @@ }, "CodeEditorPanel": { "AccessDenied":"Access denied", - "CodeViewOnlyFullAccess.":"Code View is available only when you have full document access." + "CodeViewOnlyFullAccess":"Code View is available only when you have full document access." }, "DataTables": { "RawDataTables":"Raw Data Tables", diff --git a/static/locales/fr.client.json b/static/locales/fr.client.json index 23d0e9ae..8ff225e5 100644 --- a/static/locales/fr.client.json +++ b/static/locales/fr.client.json @@ -657,7 +657,7 @@ }, "CodeEditorPanel": { "AccessDenied": "Accès refusé", - "CodeViewOnlyFullAccess.": "La vue code n’est disponible que lorsque vous avez un accès complet au document." + "CodeViewOnlyFullAccess": "La vue code n’est disponible que lorsque vous avez un accès complet au document." }, "DataTables": { "RawDataTables": "Données sources",