From bad1839c148c0ac9fb1d42b3ca42e5b00dc3bb4a Mon Sep 17 00:00:00 2001 From: hono4kami Date: Tue, 17 Dec 2024 20:13:52 +0700 Subject: [PATCH] fix: fix title attribute Fix title attribute for the button on post count table column header. Refs: #362 --- app/templates/list_communities.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/list_communities.html b/app/templates/list_communities.html index 65659530..235d06c3 100644 --- a/app/templates/list_communities.html +++ b/app/templates/list_communities.html @@ -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') }}