From 17eca503329a8b6d97dc5d4b6955e68c99fe4324 Mon Sep 17 00:00:00 2001 From: Kevin_Ramirez Date: Tue, 28 Apr 2026 13:30:11 -0500 Subject: [PATCH] fix: remaining hardcoded strings in dashboard page --- frontend/src/routes/dashboard/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index 0b79a3e7..ff21053a 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -69,7 +69,7 @@
- Dashboard + {m.sidebar_dashboard()} {#if stats?.company_name} / {stats.company_name} @@ -107,7 +107,7 @@ {#if error} - Error + {m.exchange_rate_error_title()} {error} {/if}