Skip to content

Commit

Permalink
Clean post accept tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Nov 27, 2024
1 parent 56122ea commit c6702ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/forum/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
@click="accept(post)"
class="vote-accept"
href="javascript:"
title="Kliknij, aby ustawić tę odpowiedź jako zaakceptowaną (kliknij ponownie, aby cofnąć)">
title="Kliknij, aby ustawić tę odpowiedź jako zaakceptowaną">
<vue-icon name="postAccept"/>
</a>
<span v-else-if="post.is_accepted" class="vote-accept on">
Expand Down

0 comments on commit c6702ca

Please sign in to comment.