We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b8b6b commit 05c4563Copy full SHA for 05c4563
models/issues/comment.go
@@ -205,7 +205,7 @@ func (r RoleInRepo) LocaleString(lang translation.Locale) string {
205
return lang.Tr("repo.issues.role." + string(r))
206
}
207
208
-// LocaleHelper returns the locale string name of the role
+// LocaleHelper returns the locale tooltip of the role
209
func (r RoleInRepo) LocaleHelper(lang translation.Locale) string {
210
return lang.Tr("repo.issues.role." + string(r) + "_helper")
211
0 commit comments