Skip to content

Commit

Permalink
whoops, need to add these translations back
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenMasterJacob20011 committed Jul 17, 2024
1 parent 32837bc commit 925e544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/translations/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@ export default {
reCaptchaTokenNotSpecifiedError: 'ReCAPTCHA: Token is not specified in submission',
apiKey: 'API Key is not unique: {{key}}',
typeRemaining: '{{ remaining }} {{ type }} remaining.',
typeCount: '{{ count }} {{ type }}'
typeCount: '{{ count }} {{ type }}',
requiredDayField: '{{ field }} is required',
requiredMonthField: '{{ field }} is required',
requiredYearField: '{{ field }} is required'
};

0 comments on commit 925e544

Please sign in to comment.