3 references to DialogCloseButtonText
Aspire.Dashboard (3)
Components\Controls\Chart\MetricTable.razor.cs (1)
110
PrimaryAction = DialogsLoc[nameof(Dashboard.Resources.Dialogs.
DialogCloseButtonText
)],
Components\Dialogs\SettingsDialog.razor.cs (1)
110
PrimaryAction = Loc[nameof(Dashboard.Resources.Dialogs.
DialogCloseButtonText
)],
Model\DashboardDialogService.cs (1)
19
private string CloseButtonText => dialogsLoc[nameof(Dialogs.
DialogCloseButtonText
)];