From dba01e1826d7ba824d33d7d71ef720f567f333cb Mon Sep 17 00:00:00 2001 From: vcoppe Date: Sun, 1 Feb 2026 18:06:16 +0100 Subject: [PATCH] finish renaming --- .../src/lib/components/toolbar/tools/routing/Routing.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/lib/components/toolbar/tools/routing/Routing.svelte b/website/src/lib/components/toolbar/tools/routing/Routing.svelte index 9263e22ae..e97564d64 100644 --- a/website/src/lib/components/toolbar/tools/routing/Routing.svelte +++ b/website/src/lib/components/toolbar/tools/routing/Routing.svelte @@ -21,7 +21,7 @@ SquareArrowUpLeft, SquareArrowOutDownRight, } from '@lucide/svelte'; - import { brouterProfiles } from '$lib/components/toolbar/tools/routing/routing'; + import { routingProfiles } from '$lib/components/toolbar/tools/routing/routing'; import { i18n } from '$lib/i18n.svelte'; import { slide } from 'svelte/transition'; import { @@ -167,7 +167,7 @@ {i18n._(`toolbar.routing.activities.${$routingProfile}`)} - {#each Object.keys(brouterProfiles) as profile} + {#each Object.keys(routingProfiles) as profile} {i18n._( `toolbar.routing.activities.${profile}`