From 561594d55a40ba8ea20d8bc2e355c178aff54139 Mon Sep 17 00:00:00 2001 From: migbash <20924663+migbash@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:40:17 +0000 Subject: [PATCH] fix: #999; --- .../page/fixture/head-2-head/Fixture_Stats_Box.svelte | 2 +- src/lib/models/hasura.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/components/page/fixture/head-2-head/Fixture_Stats_Box.svelte b/src/lib/components/page/fixture/head-2-head/Fixture_Stats_Box.svelte index 37ea641d2..931442080 100644 --- a/src/lib/components/page/fixture/head-2-head/Fixture_Stats_Box.svelte +++ b/src/lib/components/page/fixture/head-2-head/Fixture_Stats_Box.svelte @@ -156,7 +156,7 @@ w-500 " > - Follow Bet + {FIXTURE_H2H_TRANSLATION?.follow_bet || 'Follow Bet'}

diff --git a/src/lib/models/hasura.ts b/src/lib/models/hasura.ts index af372df5c..bc9d190e6 100644 --- a/src/lib/models/hasura.ts +++ b/src/lib/models/hasura.ts @@ -1869,6 +1869,7 @@ export interface h2h_Translations { over_3_5?: string; widget_title?: string; yellow_cards?: string; + follow_bet?: string; } /**