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
@@ -4,7 +4,7 @@ import nodejs from 'nodejs-mobile-react-native'
import { saveEncryptionFlag } from '../local-storage'
import AppText from './app-text'
import styles from '../styles'
import { passwordPrompt as labels, shared } from './labels'
import { passwordPrompt as labels, shared } from '../copy/en/labels'
import { requestHash, deleteDbAndOpenNew, openDb } from '../db'
export default class PasswordPrompt extends Component {