Skip to content

Commit

Permalink
fix: remove duplicate localization call
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stainbrook <patrick@hohestadt.de>
  • Loading branch information
rackrick committed Sep 19, 2024
1 parent 3cb8dc5 commit 1abc9f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/panels/HistoryListPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
</template>
<span>{{ $t('History.Settings') }}</span>
</v-tooltip>
</template>
<span>{{ $t('History.Settings') }}</span>
</template>
<v-list>
<v-list-item class="minHeight36">
<v-checkbox
Expand Down

0 comments on commit 1abc9f9

Please sign in to comment.