diff options
| author | tusooa <tusooa@kazv.moe> | 2023-01-22 11:15:52 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-22 11:15:52 -0500 |
| commit | dd97a23ce70fc564d3142eb9d218ff1a929107b1 (patch) | |
| tree | 391f2eb00860eaa84f165e44f0c2ba29f8823ffd /src/i18n | |
| parent | b1e75c25bd50180e715afde70c6e659e7509a3f3 (diff) | |
Add birthday to registration form
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1846c4c5..15d3bec4 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -312,9 +312,13 @@ "email_required": "cannot be left blank", "password_required": "cannot be left blank", "password_confirmation_required": "cannot be left blank", - "password_confirmation_match": "should be the same as password" + "password_confirmation_match": "should be the same as password", + "birthday_required": "cannot be left blank", + "birthday_min_age": "must be on or before {date}" }, - "email_language": "In which language do you want to receive emails from the server?" + "email_language": "In which language do you want to receive emails from the server?", + "birthday": "Birthday:", + "birthday_optional": "Birthday (optional):" }, "remote_user_resolver": { "remote_user_resolver": "Remote user resolver", |
