Merge pull request 'Improve English locale' (#2941) from 0ko/forgejo:english20240401 into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2941
Reviewed-by: Otto <otto@codeberg.org>
This commit is contained in:
0ko 2024-04-15 17:34:52 +00:00
commit ceba1abe06
4 changed files with 23 additions and 17 deletions

View file

@ -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),