Skip to content

Commit c0db47b

Browse files
committed
nix wording nit in todo code comment
1 parent eba6bfb commit c0db47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/user/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func prepareUserProfileTabData(ctx *context.Context, showPrivate bool, profileDb
112112

113113
sortOrder := ctx.FormString("sort")
114114
if _, ok := repo_model.OrderByFlatMap[sortOrder]; !ok {
115-
sortOrder = setting.UI.ExploreDefaultSort // TODO: add new default sort order for org home?
115+
sortOrder = setting.UI.ExploreDefaultSort // TODO: add new default sort order for user home?
116116
}
117117
ctx.Data["SortType"] = sortOrder
118118
orderBy = repo_model.OrderByFlatMap[sortOrder]

0 commit comments

Comments
 (0)