moves labels from cycle-day

This commit is contained in:
tina
2018-11-28 14:21:04 +01:00
parent 75ef151098
commit 186156007a
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import padWithZeros from '../../helpers/pad-time-with-zeros'
import { getPreviousTemperature, saveSymptom } from '../../../db'
import styles from '../../../styles'
import { LocalTime, ChronoUnit } from 'js-joda'
import { temperature as labels } from '../labels'
import { temperature as labels } from '../../../copy/en/cycle-day'
import { scaleObservable } from '../../../local-storage'
import { shared } from '../../labels'
import ActionButtonFooter from './action-button-footer'