Skip to content

Commit f66b5fe

Browse files
Update lib/constants.dart
Co-authored-by: Padmal <CloudyPadmal@users.noreply.github.com>
1 parent ea93d86 commit f66b5fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ String luxMeterIOSError = "App doesn't have access to the light sensor";
235235
String luxMeterDesktopError = "Light sensor not supported on desktop";
236236
String luxMeterWebError = "Light sensor not supported on web";
237237
String luxMeterPlatformError = "Light sensor not supported on this platform";
238-
String noLightSensor = "Device does not have light sensor";
238+
String noLightSensor = "Device does not have a light sensor";
239239
String lightSensorErrorDetails = "Light sensor error details:";

0 commit comments

Comments
 (0)