Skip to content

Commit

Permalink
Update QualityOfServiceLevelSelectorView.axaml (#67)
Browse files Browse the repository at this point in the history
a typo error
  • Loading branch information
soyoo authored Apr 30, 2023
1 parent bd7e8a1 commit ece5fae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
IsChecked="{Binding Path=IsLevel0, Mode=TwoWay}" />

<CheckBox Margin="10,0"
Content="At lease once - 1"
Content="At least once - 1"
Classes="radio-button"
IsChecked="{Binding Path=IsLevel1, Mode=TwoWay}" />

<CheckBox Content="Exactly once - 2"
Classes="radio-button"
IsChecked="{Binding Path=IsLevel2, Mode=TwoWay}" />
</StackPanel>
</UserControl>
</UserControl>

0 comments on commit ece5fae

Please sign in to comment.