Skip to content

Commit

Permalink
Merge pull request Expensify#56701 from Expensify/stites-fixTandCCopy2
Browse files Browse the repository at this point in the history
Updating Expensify Travel terms & conditions copy
  • Loading branch information
chiragsalian authored Feb 11, 2025
2 parents 437631b + bda5329 commit eaddd2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
11 changes: 4 additions & 7 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2526,15 +2526,12 @@ const translations = {
toLearnMore: ' to learn more.',
termsAndConditions: {
header: 'Before we continue...',
title: 'Please read the Terms & Conditions for travel',
subtitle: 'To enable travel on your workspace you must agree to our ',
title: 'Terms & conditions',
subtitle: 'Please agree to the Expensify Travel ',
termsconditions: 'terms & conditions',
travelTermsAndConditions: 'terms & conditions',
helpDocIntro: 'Check out this ',
helpDocOutro: 'for more information or reach out to Concierge or your Account Manager.',
helpDoc: 'Help Doc',
agree: 'I agree to the travel ',
error: 'You must accept the Terms & Conditions for travel to continue',
agree: 'I agree to the ',
error: 'You must agree to the Expensify Travel terms & conditions to continue',
},
flight: 'Flight',
flightDetails: {
Expand Down
11 changes: 4 additions & 7 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2551,15 +2551,12 @@ const translations = {
toLearnMore: ' para obtener más información.',
termsAndConditions: {
header: 'Antes de continuar...',
title: 'Por favor, lee los Términos y condiciones para reservar viajes',
subtitle: 'Para permitir la opción de reservar viajes en tu espacio de trabajo debe aceptar nuestros ',
title: 'Términos y condiciones de Expensify Travel',
subtitle: 'Por favor, acepta los ',
termsconditions: 'términos y condiciones',
travelTermsAndConditions: 'términos y condiciones de viaje',
helpDocIntro: 'Consulta este ',
helpDocOutro: 'para obtener más información o comunícate con Concierge o tu gestor de cuentas.',
helpDoc: 'documento de ayuda',
travelTermsAndConditions: 'términos y condiciones',
agree: 'Acepto los ',
error: 'Debes aceptar los Términos y condiciones para que el viaje continúe',
error: 'Debes aceptar los términos y condiciones de Expensify Travel para continuar',
},
flight: 'Vuelo',
flightDetails: {
Expand Down
5 changes: 0 additions & 5 deletions src/pages/Travel/TravelTerms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ function TravelTerms({route}: TravelTermsPageProps) {
{`${translate('travel.termsAndConditions.subtitle')}`}
<TextLink href={CONST.TRAVEL_TERMS_URL}>{`${translate('travel.termsAndConditions.termsconditions')}.`}</TextLink>
</Text>
<Text style={styles.mt6}>
{`${translate('travel.termsAndConditions.helpDocIntro')}`}
<TextLink href="https://use.expensify.com/esignagreement">{`${translate('travel.termsAndConditions.helpDoc')} `}</TextLink>
{`${translate('travel.termsAndConditions.helpDocOutro')}`}
</Text>
<CheckboxWithLabel
style={styles.mt6}
accessibilityLabel={translate('travel.termsAndConditions.travelTermsAndConditions')}
Expand Down

0 comments on commit eaddd2e

Please sign in to comment.