Disable tempReminder if temp is turned off

This commit is contained in:
bl00dymarie
2024-01-23 16:07:21 +01:00
parent a99e6952a1
commit fdb892ff6b
3 changed files with 21 additions and 3 deletions
+5
View File
@@ -43,6 +43,11 @@ export default {
noTimeSet: 'Set a time for a daily reminder to take your temperature',
timeSet: (time) => `Daily reminder set for ${time}`,
notification: 'Record your morning temperature',
alertNoTempReminder: {
title: 'Temperature turned off',
message:
'To use the temperature reminder please first enable the temperature tracking category in the customization settings.',
},
},
periodReminder: {
title: 'Next period reminder',