You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,21 +13,21 @@ export const NOT_AVAILABLE = `Tiers are available for rankings with over ${MIN_P
11
13
12
14
exportconstRANK_DESCRIPTIONS={
13
15
s: {
14
-
title: 'Stars rank',
16
+
title: RANK_NAME.s,
15
17
descriptionList: `Rank is based on the total number of stars across repositories owned by a user.`,
16
18
descriptionProfile: `Counts stars on repositories owned by the profile. The ranking includes only profiles that have at least one repository with ${MIN_VALUE}+ stars.`,
17
19
entityName: 'star',
18
20
notRankedMessage: `A profile must own at least one repository with ${MIN_VALUE}+ stars to be ranked.`,
19
21
},
20
22
c: {
21
-
title: 'Contributor rank',
23
+
title: RANK_NAME.c,
22
24
descriptionList: 'Ranks count stars from repos where a developer has merged PRs — excluding their own.',
23
25
descriptionProfile: `Counts stars on repos owned by others with merged PRs from this profile. Listed only if it has contributed to at least one repo with ${MIN_VALUE}+ stars.`,
24
26
entityName: 'star',
25
27
notRankedMessage: `Profiles need a merged PR in a repo with ${MIN_VALUE}+ stars to be ranked.`,
26
28
},
27
29
f: {
28
-
title: 'Followers rank',
30
+
title: RANK_NAME.f,
29
31
descriptionList: 'Rank is based on the number of followers the user has on GitHub.',
30
32
descriptionProfile: `Counts users who follow this profile. The ranking includes only profiles that have ${MIN_VALUE}+ followers.`,
0 commit comments