diff --git a/components/cycle-day/temperature.js b/components/cycle-day/temperature.js index 26b18bf..6c2b003 100644 --- a/components/cycle-day/temperature.js +++ b/components/cycle-day/temperature.js @@ -108,6 +108,7 @@ const styles = StyleSheet.create({ hint: { fontStyle: 'italic', fontSize: Sizes.small, + color: Colors.orange, }, hintContainer: { marginVertical: Spacing.tiny, diff --git a/i18n/en/cycle-day.js b/i18n/en/cycle-day.js index 5d8da32..1395f12 100644 --- a/i18n/en/cycle-day.js +++ b/i18n/en/cycle-day.js @@ -113,11 +113,8 @@ export const mood = { } export const temperature = { - // disabled temporarily, TODO https://gitlab.com/bloodyhealth/drip/-/issues/545 */} - // outOfRangeWarning: 'This temperature value is out of the current range for the temperature chart. You can change the range in the settings.', - outOfRangeWarning: 'This temperature value is too high or low to be shown on the temperature chart.', + 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', temperature: { header: "Temperature", explainer: 'Take your temperature right after waking up, before getting out of bed'