From c8a5ed6853023bc716804e5e89336b8ec990f8f1 Mon Sep 17 00:00:00 2001 From: "ext.sopra.ncastejon" <castejon.nicolas@gmail.com> Date: Fri, 22 May 2020 10:00:17 +0200 Subject: [PATCH] Change the label for restricted access datasets --- src/i18n/traductions.fr.ts | 2 +- src/i18n/traductions.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/traductions.fr.ts b/src/i18n/traductions.fr.ts index 8472c104..26f60509 100644 --- a/src/i18n/traductions.fr.ts +++ b/src/i18n/traductions.fr.ts @@ -100,7 +100,7 @@ export const notificationMessages = { export const geosource = { accessRestriction: { open: 'Accès ouvert', - restricted: 'Accès restreint', + restricted: 'Accès sous condition', }, updateFrequencies: { weekly: 'Mises à jour hebdomadaires', diff --git a/src/i18n/traductions.ts b/src/i18n/traductions.ts index 1c8da4c1..3b001e19 100644 --- a/src/i18n/traductions.ts +++ b/src/i18n/traductions.ts @@ -101,7 +101,7 @@ export const notificationMessages = { export const geosource = { accessRestriction: { open: 'Open access', - restricted: 'Restricted access', + restricted: 'Conditional access', }, updateFrequencies: { weekly: 'Weekly updates', -- GitLab