mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
[I18N] Improve English locale
- user settings/profile: renamed Description fild of biography to Biography
This commit is contained in:
parent
baac15f316
commit
3b23633721
4 changed files with 23 additions and 17 deletions
|
@ -95,7 +95,7 @@ func ProfilePost(ctx *context.Context) {
|
|||
opts := &user_service.UpdateOptions{
|
||||
FullName: optional.Some(form.FullName),
|
||||
KeepEmailPrivate: optional.Some(form.KeepEmailPrivate),
|
||||
Description: optional.Some(form.Description),
|
||||
Description: optional.Some(form.Biography),
|
||||
Pronouns: optional.Some(form.Pronouns),
|
||||
Website: optional.Some(form.Website),
|
||||
Location: optional.Some(form.Location),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue