diff --git a/samples/My Devices/MyDevices/Views/DeviceListViewHeader.cs b/samples/My Devices/MyDevices/Views/DeviceListViewHeader.cs index f239288..94a722c 100644 --- a/samples/My Devices/MyDevices/Views/DeviceListViewHeader.cs +++ b/samples/My Devices/MyDevices/Views/DeviceListViewHeader.cs @@ -16,7 +16,7 @@ public DeviceListViewHeader () var lastHeard = new Label { VerticalOptions = LayoutOptions.Center, HorizontalTextAlignment = TextAlignment.End, - Text = "Last Head On", + Text = "Last Heard On", FontSize = 18 }; @@ -30,4 +30,4 @@ public DeviceListViewHeader () Padding = new Thickness(10, 0, 5, 0); } } -} \ No newline at end of file +}