fix: typo

This commit is contained in:
DarkSky
2026-02-27 10:20:35 +08:00
parent 11cf1928b5
commit bdccf4e9fd
@@ -31,7 +31,7 @@ extension AFFiNEViewController: IntelligentsButtonDelegate {
private func showAIConsentAlert() { private func showAIConsentAlert() {
let alert = UIAlertController( let alert = UIAlertController(
title: "AI Feature Data Usage", title: "AI Feature Data Usage",
message: "To provide AI-powered features, your input (such as document content and conversation messages) will be sent to our third-party AI service providers (Google Gemini, Anthropic Claude, or OpenAI) for processing. This data is used solely to generate responses and is not used for any other purpose.\n\nBy continuing, you agree to share this data with these AI services.", message: "To provide AI-powered features, your input (such as document content and conversation messages) will be sent to our third-party AI service providers (Google, Anthropic, or OpenAI, based on your choice) for processing. This data is used solely to generate responses and is not used for any other purpose.\n\nBy continuing, you agree to share this data with these AI services.",
preferredStyle: .alert preferredStyle: .alert
) )
alert.addAction(UIAlertAction(title: "Cancel", style: .cancel)) alert.addAction(UIAlertAction(title: "Cancel", style: .cancel))