From 14b4dfe24a5ed4dc46bb67559a9ad51d22e51d4f Mon Sep 17 00:00:00 2001 From: a-vasnev <73682393+a-vasnev@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:02:29 +1100 Subject: [PATCH] updated UK inflation title --- dash/pages/home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/pages/home.py b/dash/pages/home.py index 4643009..f9ada04 100644 --- a/dash/pages/home.py +++ b/dash/pages/home.py @@ -291,7 +291,7 @@ def layout(): ), *snapshot( "UK Inflation (RPI)", - "UK " + "inflation stabilises".title(), + "UK " + "inflation stabilised".title(), html.H4("View all UK forecasts"), f"/search?{urlencode({'name': 'United Kingdom'})}", direction="right"