auto-commit for 47233c62-b9b5-4245-bcb8-c9503fcb348e

This commit is contained in:
emergent-agent-e1
2025-11-09 08:18:29 +00:00
parent bebb9caf12
commit 4668103be8
+1 -1
View File
@@ -230,7 +230,7 @@ export default function SettingsScreen({ navigation }: any) {
onPress={handleSignOut}
>
<Ionicons name="log-out-outline" size={20} color={colors.error} />
<Text style={[styles.signOutText, { color: colors.error }]}>Sign Out</Text>
<Text style={[styles.signOutText, { color: colors.error }]}>{i18n.t('signOut')}</Text>
</TouchableOpacity>
</ScrollView>
</View>