diff --git a/src/main/webapp/app/components/newAccountForm/NewAccountForm.tsx b/src/main/webapp/app/components/newAccountForm/NewAccountForm.tsx index 6b86509f7..ce476e420 100644 --- a/src/main/webapp/app/components/newAccountForm/NewAccountForm.tsx +++ b/src/main/webapp/app/components/newAccountForm/NewAccountForm.tsx @@ -44,6 +44,7 @@ import { SHORT_TEXT_VAL, TEXT_VAL, } from 'app/shared/utils/FormValidationUtils'; +import { NOT_USED_IN_AI_MODELS } from 'app/config/constants/terms'; export enum FormSection { LICENSE = 'LICENSE', @@ -746,6 +747,9 @@ export class NewAccountForm extends React.Component { {this.apiAccessRequested && (
+ + {NOT_USED_IN_AI_MODELS} + { title="Request API Access" body={ <> + {NOT_USED_IN_AI_MODELS} +
+

Please provide a justification for your API access request.