moves labels to copy folder

This commit is contained in:
tina
2018-11-28 15:07:52 +01:00
parent 186156007a
commit 11ceb21921
23 changed files with 84 additions and 85 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import {tempReminderObservable, periodReminderObservable} from '../local-storage
import Notification from 'react-native-push-notification'
import { LocalDate } from 'js-joda'
import Moment from 'moment'
import { settings as labels } from '../components/labels'
import { settings as labels } from '../copy/en/labels'
import { getBleedingDaysSortedByDate } from '../db'
import cycleModule from './cycle'
import nothingChanged from '../db/db-unchanged'