Skip to content

Commit

Permalink
feat(web): Updated Onboarding page (immich-app#15880)
Browse files Browse the repository at this point in the history
Updated Onboarding page

the "previous" button on the Storage Template page now points to privacy instead of theme
  • Loading branch information
OkayStark authored Feb 3, 2025
1 parent 52c9fbe commit e8d05e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="w-full flex place-content-start">
<Button class="flex gap-2 place-content-center" onclick={() => onPrevious()}>
<Icon path={mdiArrowLeft} size="18" />
<p>{$t('theme')}</p>
<p>{$t('privacy')}</p>
</Button>
</div>
<div class="flex w-full place-content-end">
Expand Down

0 comments on commit e8d05e7

Please sign in to comment.