Skip to content

Commit

Permalink
chore: fix i18n (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq authored Oct 14, 2024
1 parent 8e07d35 commit 723a691
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/FloatingActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ const route = useRoute()
@click="showSettingsDialog = !showSettingsDialog"
/>
<template #popper>
<div>
設定
</div>
{{ $t('common.settings') }}
</template>
</Tooltip>
</div>
Expand Down

0 comments on commit 723a691

Please sign in to comment.