Skip to content

Commit

Permalink
fix(Unban.vue): correct tooltip closing tag in unban tooltip component
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jan 8, 2025
1 parent 171d866 commit 958ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Unban.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>
<template slot="trigger"></template>
<template slot="content">
<div>{{ $t("unban.unban_tooltip") }}></div>
<div>{{ $t("unban.unban_tooltip") }}</div>
</template>
</cv-interactive-tooltip>
</h2>
Expand Down

0 comments on commit 958ca60

Please # to comment.