File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2966,9 +2966,6 @@ repos.unadopted.no_more = No more unadopted repositories found
2966
2966
repos.owner = Owner
2967
2967
repos.name = Name
2968
2968
repos.private = Private
2969
- repos.watches = Watches
2970
- repos.stars = Stars
2971
- repos.forks = Forks
2972
2969
repos.issues = Issues
2973
2970
repos.size = Size
2974
2971
repos.lfs_size = LFS Size
Original file line number Diff line number Diff line change 19
19
{{ctx.Locale.Tr "admin.repos.name"}}
20
20
{{SortArrow "alphabetically" "reversealphabetically" $.SortType false}}
21
21
</th>
22
- <th>{{ctx.Locale.Tr "admin.repos.watches "}}</th>
22
+ <th>{{ctx.Locale.Tr "repo.watchers "}}</th>
23
23
<th data-sortt-asc="moststars" data-sortt-desc="feweststars">
24
- {{ctx.Locale.Tr "admin.repos .stars"}}
24
+ {{ctx.Locale.Tr "repo .stars"}}
25
25
{{SortArrow "moststars" "feweststars" $.SortType false}}
26
26
</th>
27
27
<th data-sortt-asc="mostforks" data-sortt-desc="fewestforks">
28
- {{ctx.Locale.Tr "admin.repos .forks"}}
28
+ {{ctx.Locale.Tr "repo .forks"}}
29
29
{{SortArrow "mostforks" "fewestforks" $.SortType false}}
30
30
</th>
31
31
<th>{{ctx.Locale.Tr "admin.repos.issues"}}</th>
You can’t perform that action at this time.
0 commit comments