| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | public function ui_metadata(): array { |
| 48 | 48 | return array( |
| 49 | 49 | 'label' => __( 'AI Privacy', 'xspeed' ), |
| 50 | 50 | 'icon' => 'Shield', |
| 51 | - 'description' => __( 'Govern whether AI-powered features (Pro) may collect data from your visitors. The off-switch is here in Free because privacy is a fundamental right, not a paid feature.', 'xspeed' ), | |
| 51 | + 'description' => __( 'Decide whether AI features may use your visitors\' data, and what the consent banner says. Applies even before you install Pro.', 'xspeed' ), | |
| 52 | 52 | ); |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | /** |
| @@ -67,9 +67,9 @@ | ||
| 67 | 67 | 'gdpr_consent_required' => array( |
| 68 | 68 | 'type' => 'bool', |
| 69 | 69 | 'default' => true, |
| 70 | 70 | 'label' => __( 'Require consent before AI data collection', 'xspeed' ), |
| 71 | - 'description' => __( 'When ON, AI-powered features only record data after a visitor accepts the consent banner. When OFF, they collect from every visitor — only legal in regions without GDPR-style consent rules. The setting applies even if Pro is not installed (so a later Pro upgrade respects whichever choice you made).', 'xspeed' ), | |
| 71 | + 'description' => __( 'When ON, AI-powered features only record data after a visitor accepts the consent banner. When OFF, they collect from every visitor — only legal in regions without GDPR-style consent rules. The setting applies even if Pro is not installed (so a later Pro upgrade respects whichever choice you made): privacy is a fundamental right, not a paid feature.', 'xspeed' ), | |
| 72 | 72 | ), |
| 73 | 73 | 'consent_banner_text' => array( |
| 74 | 74 | 'type' => 'string', |
| 75 | 75 | 'default' => 'We collect anonymized navigation and performance data to make this site faster. Accept to help us optimize your experience.', |