You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@T("Please note: the connection to the ERI v1 server is not encrypted. This means that all data sent to the server is transmitted in plain text. Please ask the ERI server administrator to enable encryption.")
<MudSelect@bind-Value="@this.dataSelectedRetrievalProcess"Text="@this.dataSelectedRetrievalProcess.Name"Label="Select one retrieval process"Class="mb-3"OpenIcon="@Icons.Material.Filled.ExpandMore"AdornmentColor="Color.Info"Adornment="Adornment.Start"Validation="@this.dataSourceValidation.ValidateRetrievalProcess">
this.dataSecretStorageIssue=$"Failed to store the auth. secret in the operating system. The message was: {storeResponse.Issue}. Please try again.";
321
+
this.dataSecretStorageIssue=string.Format(T("Failed to store the auth. secret in the operating system. The message was: {0}. Please try again."),storeResponse.Issue);
<TextInfoLineIcon="@Icons.Material.Filled.Tag"Label="Data source name"Value="@this.DataSource.Name"ClipboardTooltipSubject="the data source name"/>
12
-
<TextInfoLineIcon="@Icons.Material.Filled.NetworkCheck"Label="ERI server hostname"Value="@this.DataSource.Hostname"ClipboardTooltipSubject="the ERI server hostname"/>
13
-
<TextInfoLineIcon="@Icons.Material.Filled.Tag"Label="ERI server port"Value="@this.Port"ClipboardTooltipSubject="the ERI server port"/>
@T("Please note: the connection to the ERI v1 server is not encrypted. This means that all data sent to the server is transmitted in plain text. Please ask the ERI server administrator to enable encryption.")
<TextInfoLinesLabel="Server description"MaxLines="14"Value="@this.serverDescription"ClipboardTooltipSubject="the server description"/>
30
-
<TextInfoLinesLabel="Security requirements of the data provider"MaxLines="3"Value="@this.securityRequirements.Explain()"ClipboardTooltipSubject="the security requirements of the data provider"/>
0 commit comments