diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-15 11:10:09 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-15 11:10:09 +0200 |
| commit | a636e5340426f8c9b40811bd01c8710f438a2cf2 (patch) | |
| tree | 03a81594a578a826dd72e59f7c57178105b11dfd /src/i18n | |
| parent | 44bddf6cd2ebe636ef58855949128d37244f04a7 (diff) | |
add reason field when approval is required
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 4cc2af0e..0e069785 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -228,6 +228,8 @@ "username_placeholder": "e.g. lain", "fullname_placeholder": "e.g. Lain Iwakura", "bio_placeholder": "e.g.\nHi, I'm Lain.\nI’m an anime girl living in suburban Japan. You may know me from the Wired.", + "reason": "Reason to register", + "reason_placeholder": "This instance approves registrations manually.\nLet the administration know why you want to register.", "validations": { "username_required": "cannot be left blank", "fullname_required": "cannot be left blank", |
