diff options
author | techknowlogick <matti@mdranta.net> | 2019-03-18 22:28:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-18 22:28:10 -0400 |
commit | d1c982cb731a0744e2a8e0863b46ff9e99c99b63 (patch) | |
tree | fd6dc3e432f90e3cc4a5e132ef97f94633ce3149 /options | |
parent | ba2f6a45c8ef44f74772456fc98c27faca058241 (diff) | |
download | gitea-d1c982cb731a0744e2a8e0863b46ff9e99c99b63.tar.gz gitea-d1c982cb731a0744e2a8e0863b46ff9e99c99b63.zip |
Add bio field for user (#6113)
Fix #4339
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6662400ad9..06e4e2c552 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -334,6 +334,7 @@ following = Following follow = Follow unfollow = Unfollow heatmap.loading = Loading Heatmap… +user_bio = Biography form.name_reserved = The username '%s' is reserved. form.name_pattern_not_allowed = The pattern '%s' is not allowed in a username. |