auto-commit for 43062ed8-1a3d-4f1c-adae-23e78b57a6c6

This commit is contained in:
emergent-agent-e1
2025-11-09 08:33:14 +00:00
parent 7f72fda263
commit e73079ef50
+1 -1
View File
@@ -72,7 +72,7 @@ export default function AuthScreen({ navigation }: any) {
<>
<View style={styles.row}>
<View style={[styles.inputGroup, { flex: 1, marginRight: 8 }]}>
<Text style={styles.label}>First Name *</Text>
<Text style={styles.label}>{i18n.t('firstName')} *</Text>
<TextInput
style={styles.input}
placeholder="John"