File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
frontend-new/src/consent/components/consentPage Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ const Consent: React.FC = () => {
146
146
} ;
147
147
148
148
const termsAndConditionsLabel = "Terms and Conditions" ;
149
- const dataProtectionAgreementLabel = "Data Protection Agreement " ;
149
+ const dataProtectionAgreementLabel = "Privacy Policy " ;
150
150
151
151
const handleExternalNavigationOnNewTab = ( url : string ) => {
152
152
window . open ( url , "_blank" , "noopener,noreferrer" ) ;
@@ -208,7 +208,7 @@ const Consent: React.FC = () => {
208
208
< Typography variant = "body2" data-testid = { DATA_TEST_ID . ACCEPT_TERMS_AND_CONDITIONS_TEXT } >
209
209
I have read and accept the{ " " }
210
210
< CustomLink
211
- onClick = { ( ) => handleExternalNavigationOnNewTab ( "https://compass .tabiya.org/consent.html " ) }
211
+ onClick = { ( ) => handleExternalNavigationOnNewTab ( "https://www .tabiya.org/compass/terms " ) }
212
212
>
213
213
{ termsAndConditionsLabel }
214
214
</ CustomLink > { " " }
@@ -233,7 +233,7 @@ const Consent: React.FC = () => {
233
233
< Typography variant = "body2" data-testid = { DATA_TEST_ID . ACCEPT_CHECKBOX_TEXT } >
234
234
I have read and accept the{ " " }
235
235
< CustomLink
236
- onClick = { ( ) => handleExternalNavigationOnNewTab ( "https://compass .tabiya.org/consent.html " ) }
236
+ onClick = { ( ) => handleExternalNavigationOnNewTab ( "https://www .tabiya.org/compass/privacy " ) }
237
237
>
238
238
{ dataProtectionAgreementLabel }
239
239
</ CustomLink > { " " }
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ exports[`Testing Consent Page render tests it should show consent screen with bo
308
308
data-testid = " consent-accept-consent-checkbox-container-1dee3ba4-1853-40c6-aaad-eeeb0e94788d"
309
309
>
310
310
<input
311
- aria-label = " Data Protection Agreement "
311
+ aria-label = " Privacy Policy "
312
312
class = " PrivateSwitchBase-input css-1m9pwf3"
313
313
data-indeterminate = " false"
314
314
type = " checkbox"
@@ -338,7 +338,7 @@ exports[`Testing Consent Page render tests it should show consent screen with bo
338
338
aria-disabled = " false"
339
339
class = " MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-1vjgeqq-MuiTypography-root-MuiLink-root"
340
340
>
341
- Data Protection Agreement
341
+ Privacy Policy
342
342
</a >
343
343
344
344
of Compass.
You can’t perform that action at this time.
0 commit comments