From b8777ffe06e719319bba00111d02579ab67d56c2 Mon Sep 17 00:00:00 2001 From: Jad <410373+xv@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:06:51 -0700 Subject: [PATCH] Fix typo in Gallery's radio button page --- src/Wpf.Ui.Gallery/Views/Pages/BasicInput/RadioButtonPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wpf.Ui.Gallery/Views/Pages/BasicInput/RadioButtonPage.xaml b/src/Wpf.Ui.Gallery/Views/Pages/BasicInput/RadioButtonPage.xaml index 36caf2865..899985fea 100644 --- a/src/Wpf.Ui.Gallery/Views/Pages/BasicInput/RadioButtonPage.xaml +++ b/src/Wpf.Ui.Gallery/Views/Pages/BasicInput/RadioButtonPage.xaml @@ -46,7 +46,7 @@ Grid.Column="1" Command="{Binding ViewModel.RadioButtonCheckboxCheckedCommand, RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=local:RadioButtonPage}, Mode=OneWay}" CommandParameter="{Binding RelativeSource={RelativeSource Self}, Mode=OneWay}" - Content="Disable RadioButton's" /> + Content="Disable radio buttons" />