Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(privacy index): use correct localization string
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfluckey committed Oct 25, 2023
1 parent 692f38e commit db908d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/settings/privacy/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function toggleOptOut() {
<MainContent back-on-small-screen no-beta-label>
<template #title>
<div text-lg font-bold flex items-center gap-2 @click="$scrollToTop">
<span>{{ $t('settings.interface.label') }}</span>
<span>{{ $t('settings.privacy.label') }}</span>
</div>
</template>
<div p6 flex="~ col gap6">
Expand Down

0 comments on commit db908d2

Please sign in to comment.