diff --git a/datagouv-components/src/components/Search/Filter/AccessTypeFilter.vue b/datagouv-components/src/components/Search/Filter/AccessTypeFilter.vue index e65e93d97..8bf6dd8a8 100644 --- a/datagouv-components/src/components/Search/Filter/AccessTypeFilter.vue +++ b/datagouv-components/src/components/Search/Filter/AccessTypeFilter.vue @@ -31,7 +31,7 @@ const { t } = useTranslation() const options = [ { value: 'open', label: t('Téléchargement libre') }, - { value: 'open_with_account', label: t('Ouvert sous condition') }, - { value: 'restricted', label: t('Accessible sous habilitation') }, + { value: 'open_with_account', label: t('Ouvert avec un compte') }, + { value: 'restricted', label: t('Accès restreint') }, ]