From 181c0c5a49e2ab2f9154183dd9d24cec7bcbf0cf Mon Sep 17 00:00:00 2001 From: gabaldon Date: Tue, 30 Jul 2024 19:05:49 +0200 Subject: [PATCH] fix(ExploreSection): force break in title --- components/sections/ExploreSection.vue | 1 + locales/en-US.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/sections/ExploreSection.vue b/components/sections/ExploreSection.vue index daaf9dcd..6a968cdc 100644 --- a/components/sections/ExploreSection.vue +++ b/components/sections/ExploreSection.vue @@ -16,6 +16,7 @@ tag="h2" scope="global" > +
{{ $t('explore.title.witnet') }} diff --git a/locales/en-US.json b/locales/en-US.json index d5e3390b..d794e1b3 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -105,7 +105,7 @@ }, "explore": { "title": { - "main": "Explore the Power of the {0}.", + "main": "Explore the Power of the {0}{1}.", "witnet": "Wit/Oracle" }, "description": "Dive into datasets and detailed insights by navigating through transparent data effortlessly.",