summaryrefslogtreecommitdiffstats
path: root/modules/structs/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/structs/user.go')
-rw-r--r--modules/structs/user.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/structs/user.go b/modules/structs/user.go
index efd246e566..b5d5b9298e 100644
--- a/modules/structs/user.go
+++ b/modules/structs/user.go
@@ -37,8 +37,8 @@ type User struct {
Location string `json:"location"`
// the user's website
Website string `json:"website"`
- // the user's biography
- Description string `json:"bio"`
+ // the user's description
+ Description string `json:"description"`
}
// MarshalJSON implements the json.Marshaler interface for User, adding field(s) for backward compatibility