From 217892bcaa5fc4726c1eb12bad8c27bb8e9f82d5 Mon Sep 17 00:00:00 2001 From: Florian Necas <39771412+f-necas@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:09:09 +0100 Subject: [PATCH] Disable translations for datahub header titles As they are now better (cherry picked from commit b143379a1651648f8daa4e7c048ac9ecfcd1cd62) --- datahub/conf/default.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/datahub/conf/default.toml b/datahub/conf/default.toml index ca8f52c..377fdc6 100644 --- a/datahub/conf/default.toml +++ b/datahub/conf/default.toml @@ -220,8 +220,8 @@ external_viewer_open_new_tab = true # Welcome to Organization's
# wonderful data catalogue # """ -[translations.en] -datahub.header.title.html = '
Discover all the data
of your platform
' +#[translations.en] +#datahub.header.title.html = '
Discover all the data
of your platform
' -[translations.fr] -datahub.header.title.html = '
Toutes les données
de votre plateforme
' +#[translations.fr] +#datahub.header.title.html = '
Toutes les données
de votre plateforme
'