[frontend/components] Display alt text when hovering file alt text label

This commit is contained in:
pancakes 2024-12-18 15:44:10 +10:00 committed by Laura Hausmann
parent f59bb86e24
commit c973db1c65
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -14,7 +14,7 @@
<div class="labels">
@if (File.Description != null)
{
<Icon Name="Icons.ClosedCaptioning" title="@Loc["Has alt text"]"/>
<Icon Name="Icons.ClosedCaptioning" title="@File.Description"/>
}
else
{