renames folder with labels, splits up the setting labels from rest

This commit is contained in:
tina
2018-11-28 16:10:38 +01:00
parent 11ceb21921
commit d5f3fdbde5
33 changed files with 303 additions and 31 deletions
@@ -5,7 +5,7 @@ import {
import Icon from 'react-native-vector-icons/MaterialCommunityIcons'
import { saveSymptom } from '../../../db'
import styles, {iconStyles} from '../../../styles'
import {sharedDialogs as labels} from '../../../copy/en/cycle-day'
import {sharedDialogs as labels} from '../../../i18n/en/cycle-day'
export default class ActionButtonFooter extends Component {
render() {