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
@@ -1,6 +1,6 @@
import { Alert } from 'react-native'
import { openDb } from '../../../db'
import { shared } from '../../../copy/en/labels'
import { shared } from '../../../i18n/en/labels'
export default async function checkPassword({hash, onCancel, onTryAgain }) {
const connected = await openDb(hash)