Skip to content

Commit

Permalink
DON-819: Fix capititalisation in microcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Oct 10, 2023
1 parent d7b58fd commit 5511ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class PaymentReadinessTracker {
case 'required':
return `Please enter your ${fieldName}.`;
case 'pattern':
return `Sorry, your ${fieldName} is not recognised - Please enter a valid ${fieldName}.`;
return `Sorry, your ${fieldName} is not recognised - please enter a valid ${fieldName}.`;
default:
console.error(error);
return `Sorry, there is an error with the ${key} field.`;
Expand Down

0 comments on commit 5511ef4

Please sign in to comment.