auto-commit for adeb1b9c-7d33-4f0b-bc8f-5453a5774950

This commit is contained in:
emergent-agent-e1
2025-11-09 08:31:29 +00:00
parent 2cadfde41e
commit 7874624318
+1 -1
View File
@@ -70,7 +70,7 @@ export default function LanguageScreen({ navigation }: any) {
style={styles.continueButton} style={styles.continueButton}
onPress={handleContinue} onPress={handleContinue}
> >
<Text style={styles.continueText}>Continue</Text> <Text style={styles.continueText}>{i18n.t('continue')}</Text>
<Ionicons name="arrow-forward" size={20} color="#FFF" /> <Ionicons name="arrow-forward" size={20} color="#FFF" />
</TouchableOpacity> </TouchableOpacity>
</View> </View>