fix: fix title attribute

Fix title attribute for the button on post count table column header.

Refs: #362
This commit is contained in:
hono4kami 2024-12-17 20:13:52 +07:00 committed by hono4kami
parent e758389b10
commit bad1839c14

View file

@ -105,7 +105,7 @@
hx-include="form[action='/communities']"
hx-target="body"
hx-push-url="true"
title="{{ _('Sort by name') }}"
title="{{ _('Sort by post count') }}"
class="btn"
>
{{ _('Posts') }}