diff --git a/web/src/lib/components/shared-components/map/map.svelte b/web/src/lib/components/shared-components/map/map.svelte
index 58b129585d..627b11328e 100644
--- a/web/src/lib/components/shared-components/map/map.svelte
+++ b/web/src/lib/components/shared-components/map/map.svelte
@@ -412,7 +412,7 @@
{/snippet}
- {#snippet failed(_error)}
+ {#snippet failed(_)}
{#if $user.isAdmin}
- {$t('go_to_settings')}
+ {$t('go_to_settings')}
{/if}
diff --git a/web/src/lib/constants.ts b/web/src/lib/constants.ts
index 9d76c09591..cf4274c037 100644
--- a/web/src/lib/constants.ts
+++ b/web/src/lib/constants.ts
@@ -65,7 +65,7 @@ export enum OpenQueryParam {
OAUTH = 'oauth',
JOB = 'job',
STORAGE_TEMPLATE = 'storage-template',
- MAP = 'location map',
+ LOCATION = 'location',
NOTIFICATIONS = 'notifications',
PURCHASE_SETTINGS = 'user-purchase-settings',
}