Separate warning out of absolute range

This commit is contained in:
Julia Friesel
2018-08-26 19:34:52 +02:00
parent 2a07ce4ef2
commit 8a6f943e5f
5 changed files with 55 additions and 70 deletions
+1
View File
@@ -29,5 +29,6 @@ export const fertilityStatus = {
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.',
outOfAbsoluteRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.',
saveAnyway: 'Save anyway'
}