Minor text fixes

This commit is contained in:
Scott Idem
2025-05-16 11:55:00 -04:00
parent cc354100ae
commit bae46782d6
5 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ let lq_kv__event_file_obj_li = liveQuery(
title="Count {$lq_kv__event_file_obj_li.length ?? 'None'}"
>
<span class="fas fa-list-ol mx-4"></span>
{$lq_kv__event_file_obj_li.length ?? 'None'}
{$lq_kv__event_file_obj_li.length ?? 'None'}&times;
</span>
{/if}
</h2>