Warn when user enters an out-of-range temperature

This commit is contained in:
Julia Friesel
2018-08-22 13:17:12 +02:00
parent 7538dbdccc
commit 0878135aed
5 changed files with 84 additions and 38 deletions
+5
View File
@@ -26,3 +26,8 @@ export const fertilityStatus = {
fertileUntilEvening: 'Fertile phase ends in the evening',
unknown: 'We cannot show any cycle information because no menses has been entered'
}
export const temperature = {
outOfRangeWarning: 'This temperature value is out of the current range for the temperature chart. You can change the range in the settings.',
saveAnyway: 'Save anyway'
}