Skip to content

Commit d65d24c

Browse files
authored
Merge pull request #64 from NethServer/sdl-7236-tooltip
Fix tooltip closing tag in Unban component NethServer/dev#7236
2 parents 171d866 + 958ca60 commit d65d24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/Unban.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>
1717
<template slot="trigger"></template>
1818
<template slot="content">
19-
<div>{{ $t("unban.unban_tooltip") }}></div>
19+
<div>{{ $t("unban.unban_tooltip") }}</div>
2020
</template>
2121
</cv-interactive-tooltip>
2222
</h2>

0 commit comments

Comments
 (0)