Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lswiderski committed Aug 20, 2022
1 parent fefb5f7 commit 726c280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MiScaleExporter/Views/ScalePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<behaviors:NumericIntValidationBehavior />
</Entry.Behaviors>
</Entry>
<Label Text="Heght"
<Label Text="Height"
FontSize="Medium"
TextColor="Black" />
<Entry Text="{Binding Height, Mode=TwoWay}"
Expand Down Expand Up @@ -60,7 +60,7 @@
<RadioButton Content="Mi Body Composition Scale 1 / 2" Value="0" IsChecked="True" GroupName="ScaleType"
CheckedChanged="ScaleTypeRadioButton_CheckedChanged"
TextColor="Black" />
<RadioButton Content="Mi Smarty Scale" Value="1" GroupName="ScaleType"
<RadioButton Content="Mi Smart Scale" Value="1" GroupName="ScaleType"
CheckedChanged="ScaleTypeRadioButton_CheckedChanged"
TextColor="Black" />

Expand Down

0 comments on commit 726c280

Please sign in to comment.