fix poi empty name

This commit is contained in:
vcoppe
2024-10-14 18:42:14 +02:00
parent 65cbf5e751
commit 95328db1ee

View File

@@ -39,7 +39,7 @@
<ExternalLink size="12" class="inline-block mb-1.5" />
</a>
{:else}
{waypoint.item.name ?? $_('gpx.waypoint.item')}
{waypoint.item.name ?? $_('gpx.waypoint')}
{/if}
</Card.Title>
</Card.Header>