mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 15:39:46 +00:00
Added missed tooltip to the I18N system
This commit is contained in:
parent
ed58bae767
commit
28d61593a6
@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
@if (this.isStreaming && this.cancellationTokenSource is not null)
|
@if (this.isStreaming && this.cancellationTokenSource is not null)
|
||||||
{
|
{
|
||||||
<MudTooltip Text="Stop generation" Placement="@TOOLBAR_TOOLTIP_PLACEMENT">
|
<MudTooltip Text="@T("Stop generation")" Placement="@TOOLBAR_TOOLTIP_PLACEMENT">
|
||||||
<MudIconButton Icon="@Icons.Material.Filled.Stop" Color="Color.Error" OnClick="() => this.CancelStreaming()"/>
|
<MudIconButton Icon="@Icons.Material.Filled.Stop" Color="Color.Error" OnClick="() => this.CancelStreaming()"/>
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user