Skip to content

Commit

Permalink
see detail device model tooltip changed (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssgueye2 authored and kbeaugrand committed Jun 23, 2023
1 parent 0f5668c commit 2b66ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
@context.Description
</MudTd>
<MudTd DataLabel="Details" Style="text-align: center">
<MudTooltip Text="Delete device model">
<MudTooltip Text="See device model details">
<MudIconButton Icon="@Icons.Material.Filled.Visibility" Color="Color.Default" OnClick="@(() => GoToDetails(context))" />
</MudTooltip>
</MudTd>
Expand Down

0 comments on commit 2b66ccf

Please sign in to comment.