auto-commit for a0c8cad2-aa04-4cac-b935-bc23e0c1aec0

This commit is contained in:
emergent-agent-e1
2025-11-09 08:17:06 +00:00
parent 64dd527a70
commit 28acc4b494
+1 -1
View File
@@ -128,7 +128,7 @@ export default function SettingsScreen({ navigation }: any) {
<TouchableOpacity onPress={() => navigation.goBack()} style={styles.backButton}>
<Ionicons name="arrow-back" size={24} color={colors.text} />
</TouchableOpacity>
<Text style={[styles.headerTitle, { color: colors.text }]}>Settings</Text>
<Text style={[styles.headerTitle, { color: colors.text }]}>{i18n.t('settings')}</Text>
<View style={{ width: 40 }} />
</View>