File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -301,12 +301,12 @@ String buyPsLabMenu = 'Buy PSLab';
301
301
String faqMenu = 'FAQ' ;
302
302
String shareAppMenu = 'Share App' ;
303
303
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 =
310
310
'Temperature sensor initialization error:' ;
311
- const String temperatureSensorUnavailableMessage =
311
+ String temperatureSensorUnavailableMessage =
312
312
'Ambient temperature sensor is not available on this device' ;
You can’t perform that action at this time.
0 commit comments