disable temperature slider when fertility or temperature turned off

This commit is contained in:
wunderfisch
2024-02-29 17:46:56 +01:00
parent ad47b4bee0
commit 3e8f15e04e
3 changed files with 81 additions and 27 deletions
+4 -5
View File
@@ -41,12 +41,11 @@ export default {
max: 'Max',
loadError: 'Could not load saved temperature scale settings',
saveError: 'Could not save temperature scale settings',
disabled: 'Disabled',
disabledMessage:
'To use the temperature scale please first enable both temperature tracking and fertility phase calculation above.',
},
disabled: {
title: 'This feature is turned off',
message:
'To use the temperature scale please first enable the temperature tracking category above.',
},
tempReminder: {
title: 'Temperature reminder',
noTimeSet: 'Set a time for a daily reminder to take your temperature',