auto-commit for e3f61ce1-1e61-4001-946c-3ab04fd85888

This commit is contained in:
emergent-agent-e1
2025-11-09 15:43:36 +00:00
parent 0a3552cbbe
commit 0a88fc9519
+1 -1
View File
@@ -74,7 +74,7 @@ export default function LanguageScreen({ navigation }: any) {
style={styles.continueButton}
onPress={handleContinue}
>
<Text style={styles.continueText}>{i18n.t('continue')}</Text>
<Text style={styles.continueText}>{t('continue')}</Text>
<Ionicons name="arrow-forward" size={20} color="#FFF" />
</TouchableOpacity>
</View>