Skip to content

Commit

Permalink
Fix typo in error page title (#9451)
Browse files Browse the repository at this point in the history
Fixes #9447
  • Loading branch information
donebydavid authored May 14, 2024
1 parent bf036f2 commit e479e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/(user)/share/[key]/+error.svelte
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
</script>

<svelte:head>
<title>Opps! Error - Immich</title>
<title>Oops! Error - Immich</title>
</svelte:head>

<section class="flex flex-col px-4 h-screen w-screen place-content-center place-items-center">

0 comments on commit e479e55

Please sign in to comment.