Skip to content

Commit 4195b96

Browse files
constants update
1 parent 56744ab commit 4195b96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/constants.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,12 @@ String buyPsLabMenu = 'Buy PSLab';
301301
String faqMenu = 'FAQ';
302302
String shareAppMenu = 'Share App';
303303
String privacyPolicyMenu = 'Privacy Policy';
304-
const String thermometerTitle = 'Thermometer';
305-
const String thermometerIntro =
306-
'Measure ambient temperature using device sensors.';
307-
const String celsius = '°C';
308-
const String temperatureSensorError = 'Temperature sensor error:';
309-
const String temperatureSensorInitialError =
304+
String thermometerTitle = 'Thermometer';
305+
String thermometerIntro =
306+
'Thermometer instrument is used to measure ambient temprature. It can be measured using inbuilt ambient temprature sensor or through SHT21.';
307+
String celsius = '°C';
308+
String temperatureSensorError = 'Temperature sensor error:';
309+
String temperatureSensorInitialError =
310310
'Temperature sensor initialization error:';
311-
const String temperatureSensorUnavailableMessage =
311+
String temperatureSensorUnavailableMessage =
312312
'Ambient temperature sensor is not available on this device';

0 commit comments

Comments
 (0)