Dynamically update show more title

This commit is contained in:
Cohee
2025-05-14 00:49:33 +03:00
parent dfbc5ec4ac
commit 155172a2b4
2 changed files with 6 additions and 1 deletions

View File

@@ -73,7 +73,7 @@
{{/with}}
{{/each}}
{{#if more}}
<button class="menu_button menu_button_icon showMoreChats" data-i18n="[title]Show more recent chats" title="Show more recent chats">
<button class="menu_button menu_button_icon showMoreChats">
<small class="fa-solid fa-chevron-down fa-fw fa-1x"></small>
</button>
{{/if}}