Fix comment of boards

This commit is contained in:
Lunny Xiao 2024-04-18 15:07:06 +08:00
parent c40e7fc59a
commit e6a7fd3b6a
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const (
TemplateTypeBugTriage
)
// GetTemplateConfigs retrieves the template configs of configurations project boards could have
// GetTemplateConfigs retrieves the template configs of configurations project columns could have
func GetTemplateConfigs() []TemplateConfig {
return []TemplateConfig{
{TemplateTypeNone, "repo.projects.type.none"},