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" />