| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | data: { option: 'ai_consent', value: store.state.userGaveConsent }, |
| 12 | 12 | }), |
| 13 | 13 | }; |
| 14 | 14 | |
| 15 | -const defaultConsentTerms = sprintf( | |
| 15 | +export const defaultConsentTerms = sprintf( | |
| 16 | 16 | // translators: %1$s and %2$s are opening and closing anchor tags. |
| 17 | 17 | __( |
| 18 | 18 | 'By using AI features, you agree with the %1$sTerms of Use and Privacy Policy%2$s.', |
| 19 | 19 | 'extendify-local', |