Skip to content

Commit

Permalink
Merge pull request #64 from NethServer/sdl-7236-tooltip
Browse files Browse the repository at this point in the history
Fix tooltip closing tag in Unban component NethServer/dev#7236
  • Loading branch information
stephdl authored Jan 8, 2025
2 parents 171d866 + 958ca60 commit d65d24c
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 d65d24c

Please # to comment.