[frontend/components] Display alt text when hovering file alt text label
This commit is contained in:
parent
f59bb86e24
commit
c973db1c65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue