From bdccf4e9fd9a20807676d5e8ded59d5731a80ecd Mon Sep 17 00:00:00 2001 From: DarkSky Date: Fri, 27 Feb 2026 10:20:35 +0800 Subject: [PATCH] fix: typo --- .../apps/ios/App/App/AffineViewController+AIButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/apps/ios/App/App/AffineViewController+AIButton.swift b/packages/frontend/apps/ios/App/App/AffineViewController+AIButton.swift index 5edf6cfd5..49d4fbb35 100644 --- a/packages/frontend/apps/ios/App/App/AffineViewController+AIButton.swift +++ b/packages/frontend/apps/ios/App/App/AffineViewController+AIButton.swift @@ -31,7 +31,7 @@ extension AFFiNEViewController: IntelligentsButtonDelegate { private func showAIConsentAlert() { let alert = UIAlertController( 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 ) alert.addAction(UIAlertAction(title: "Cancel", style: .cancel))