[I18N] Improve English locale

- user settings/profile: renamed Description fild of biography to Biography

(cherry picked from commit 3b23633721)
This commit is contained in:
0ko 2024-04-06 23:06:39 +05:00 committed by GitHub
parent e982f5f63b
commit 74bc9e666f
4 changed files with 23 additions and 17 deletions

View file

@ -219,7 +219,7 @@ type UpdateProfileForm struct {
Website string `binding:"ValidSiteUrl;MaxSize(255)"`
Location string `binding:"MaxSize(50)"`
Pronouns string `binding:"MaxSize(50)"`
Description string `binding:"MaxSize(255)"`
Biography string `binding:"MaxSize(255)"`
Visibility structs.VisibleType
KeepActivityPrivate bool
}