mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
fix: fix title attribute
Fix title attribute for the button on post count table column header. Refs: #362
This commit is contained in:
parent
e758389b10
commit
bad1839c14
1 changed files with 1 additions and 1 deletions
|
@ -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') }}
|
||||
|
|
Loading…
Reference in a new issue