Skip to content

Commit 05c4563

Browse files
committed
fix comment
1 parent 46b8b6b commit 05c4563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issues/comment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (r RoleInRepo) LocaleString(lang translation.Locale) string {
205205
return lang.Tr("repo.issues.role." + string(r))
206206
}
207207

208-
// LocaleHelper returns the locale string name of the role
208+
// LocaleHelper returns the locale tooltip of the role
209209
func (r RoleInRepo) LocaleHelper(lang translation.Locale) string {
210210
return lang.Tr("repo.issues.role." + string(r) + "_helper")
211211
}

0 commit comments

Comments
 (0)