diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-01 11:48:52 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-01 11:48:52 +0000 |
| commit | 3fc9673a7d0fb851283e4ed687c2fd7790f03317 (patch) | |
| tree | 73e494755cf906f723d9cc78f11ee0f1d808ba80 /src/i18n | |
| parent | 3c9d6b0ff092801023ed39fd4ccbb2cc97380222 (diff) | |
| parent | 8a0f659a866700e812bd3f55dc3e9e36ba61638c (diff) | |
Merge branch 'from/develop/tusooa/1172-reg-indicator' into 'develop'
Add optional/required indicator for registration fields
Closes #1172
See merge request pleroma/pleroma-fe!1543
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index fe02664f..a10b271a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -234,8 +234,9 @@ } }, "registration": { - "bio": "Bio", + "bio_optional": "Bio (optional)", "email": "Email", + "email_optional": "Email (optional)", "fullname": "Display name", "password_confirm": "Password confirmation", "registration": "Registration", |
