auto-commit for 6323c4ec-4e3f-40a8-8f17-c1edfee5fcf6

This commit is contained in:
emergent-agent-e1
2025-11-09 08:33:44 +00:00
parent e73079ef50
commit 86ccfb8c11
+1 -1
View File
@@ -81,7 +81,7 @@ export default function AuthScreen({ navigation }: any) {
/>
</View>
<View style={[styles.inputGroup, { flex: 1, marginLeft: 8 }]}>
<Text style={styles.label}>Last Name *</Text>
<Text style={styles.label}>{i18n.t('lastName')} *</Text>
<TextInput
style={styles.input}
placeholder="Doe"