fix: sort-by button tooltip text (#4093)
Some checks are pending
codeql / analyze (push) Waiting to run

This commit is contained in:
krvi 2026-07-23 19:06:15 +01:00 committed by GitHub
parent dc46bddc80
commit d9523aadbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@
</q-list>
</q-menu>
<q-tooltip>
<span v-text="$t('filter_payments')"></span>
<span v-text="$t('sort_by')"></span>
</q-tooltip>
</q-btn>