Replace MudText with MudJustifiedText in DataSourceCloudEmbeddingWarning component

This commit is contained in:
Thorsten Sommer 2026-09-18 17:45:26 +02:00
parent 95dc10d0ce
commit 6b8aecdd30
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -1,9 +1,9 @@
@inherits MSGComponentBase
<MudAlert Severity="Severity.Warning" Variant="Variant.Outlined" Dense="@true" Class="mb-3">
<MudText Typo="Typo.body2">
<MudJustifiedText Typo="Typo.body2">
@this.WarningText
</MudText>
</MudJustifiedText>
</MudAlert>
<MudTextSwitch Value="@this.UserAcknowledged" ValueChanged="@this.UserAcknowledgedChanged" Label="@T("I confirm that I have read and understood the above")" LabelOn="@T("Yes, please send my data to the external embedding provider")" LabelOff="@T("No, I will choose another embedding")" Validation="@this.Validation"/>