Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Klettner committed Sep 15, 2020
1 parent c17309f commit b2b834b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/screens/currentDevice.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class _CurrentDevicePageState extends State<CurrentDevicePage>
margin: new EdgeInsets.symmetric(
horizontal: 6.0),
child: new Text(
'BackgroundSlideShow:',
'Photo slideshow',
textScaleFactor: 1.3,
),
),
Expand Down Expand Up @@ -203,7 +203,7 @@ class _CurrentDevicePageState extends State<CurrentDevicePage>
margin: new EdgeInsets.symmetric(
horizontal: 6.0),
child: new Text(
'BrightnessSlider:',
'Monitor brightness',
textScaleFactor: 1.3,
),
),
Expand Down Expand Up @@ -328,7 +328,7 @@ class _CurrentDevicePageState extends State<CurrentDevicePage>
ListTile(
leading: Icon(Icons.devices,
color:tertiaryColorMedium),
title: Text('Choose Device'),
title: Text('Choose device'),
onTap: () {
Navigator.pop(context);
Navigator.pop(context);
Expand All @@ -345,7 +345,7 @@ class _CurrentDevicePageState extends State<CurrentDevicePage>
ListTile(
leading: Icon(Icons.refresh, semanticLabel: 'reboot',
color: tertiaryColorMedium),
title: Text('Reboot Mirror'),
title: Text('Reboot mirror'),
onTap: () {
_rebootPiDialog(context);
},
Expand All @@ -356,7 +356,7 @@ class _CurrentDevicePageState extends State<CurrentDevicePage>
semanticLabel: 'shutdown',
color: tertiaryColorMedium,
),
title: Text('Shutdown Mirror'),
title: Text('Shutdown mirror'),
onTap: () {
_shutdownPiDialog(context);
},
Expand Down

0 comments on commit b2b834b

Please sign in to comment.