renames folder with labels, splits up the setting labels from rest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Alert } from 'react-native'
|
||||
import { shared as sharedLabels } from '../../copy/en/labels'
|
||||
import { shared as sharedLabels } from '../../i18n/en/labels'
|
||||
|
||||
export default function alertError(msg) {
|
||||
Alert.alert(sharedLabels.errorTitle, msg)
|
||||
|
||||
Reference in New Issue
Block a user