Updated dashboard following users terminology

This commit is contained in:
FM1337
2017-06-24 19:03:05 -03:00
parent 1cd798e947
commit 1e89bfa5fb
2 changed files with 6 additions and 6 deletions

View File

@ -40,7 +40,7 @@ func Get(ctx *aero.Context) string {
userList, err := arn.DB.GetMany("User", followIDList)
if err != nil {
return ctx.Error(500, "Error fetching followers", err)
return ctx.Error(500, "Error fetching followed users", err)
}
followingList := userList.([]*arn.User)