Prettify settings files

This commit is contained in:
Sofiya Tepikin
2022-08-23 13:00:25 +02:00
parent ac7a36925f
commit 6808f40953
7 changed files with 34 additions and 37 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ import { shared as sharedLabels } from '../../../i18n/en/labels'
export default function alertError(msg) {
Alert.alert(sharedLabels.errorTitle, msg)
}
}