fix comment

This commit is contained in:
yp05327 2024-08-26 01:54:23 +00:00
parent a72b98d72d
commit 456b85af14
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ func Home(ctx *context.Context) {
sortOrder := strings.ToLower(ctx.FormString("sort"))
if sortOrder == "" {
// TODO: add new default sort for org home?
// TODO: add new default sort order for org home?
sortOrder = setting.UI.ExploreDefaultSort
}

View File

@ -112,7 +112,7 @@ func prepareUserProfileTabData(ctx *context.Context, showPrivate bool, profileDb
sortOrder := strings.ToLower(ctx.FormString("sort"))
if sortOrder == "" {
// TODO: add new default sort for user profile?
// TODO: add new default sort order for user profile?
sortOrder = setting.UI.ExploreDefaultSort
}