Skip to content

Commit

Permalink
Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Feb 6, 2025
1 parent 55620fd commit c8e42c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support-frontend/assets/helpers/forms/errorReasons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ function appropriateErrorMessage(errorReason: string): string {
return 'You already have Guardian Ad-Lite or can read the Guardian ad-free, please sign in';

case 'invalid_characters_in_billing_postcode':
return 'Please check your billing postcode to ensure it is valid';
// Note, we're using ZIP code here as generally this error affects US users
return 'Please check your billing ZIP code to ensure it is correct';
}
}
return 'The transaction was temporarily declined. Please try entering your payment details again. Alternatively, try another payment method.';
Expand Down

0 comments on commit c8e42c4

Please sign in to comment.