move hard coded headers and explainers from temperature to i18n labels

- issue: 127
- by: sg
This commit is contained in:
Stefanie Grewenig
2019-01-12 16:25:40 +01:00
parent 6d88f2bbc0
commit a951ffe959
2 changed files with 12 additions and 6 deletions
+7 -1
View File
@@ -89,12 +89,18 @@ export const temperature = {
outOfAbsoluteRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.',
saveAnyway: 'Save anyway',
temperature: {
header: "Temperature (°C)",
explainer: 'Take your temperature right after waking up, before getting out of bed'
},
time: "Time",
note: {
header: "Note",
explainer: 'Is there anything that could have influenced this value, such as bad sleep or alcohol consumption?'
},
excludeExplainer: "You can exclude this value if you don't want to use it for fertility detection"
exclude: {
header: "Exclude",
explainer: "You can exclude this value if you don't want to use it for fertility detection"
}
}
export const noteExplainer = "Anything you want to add for the day?"