We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b136f87 commit d207462Copy full SHA for d207462
src/features/dashboard/components/app-register/app-register.tsx
@@ -36,7 +36,7 @@ const TermsAndConditions: React.FC<TTermsAndConditionsProps> = ({ register }) =>
36
className='app-register-container__tnc__link'
37
>
38
<Translate>terms and conditions</Translate>
39
- </Link>
+ </Link>{' '}
40
{translate({ message: 'and General Business Partners' })}{' '}
41
<Link
42
href='https://docs.deriv.com/tnc/business-partners-general-terms.pdf'
0 commit comments