Merge branch 'master' into 117-implement-pain

This commit is contained in:
emelko
2018-08-30 21:40:37 +02:00
34 changed files with 260 additions and 69 deletions
+6
View File
@@ -42,6 +42,12 @@ export const settings = {
max: 'Max',
loadError: 'Could not load saved temperature scale settings',
saveError: 'Could not save temperature scale settings'
},
tempReminder: {
title: 'Temperature reminder',
noTimeSet: 'Set a time for a daily reminder to take your temperature',
timeSet: time => `Daily reminder set for ${time}`,
notification: 'Record your morning temperature'
}
}