Skip to content

Commit 6a67be9

Browse files
committed
fix
1 parent 45936d3 commit 6a67be9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

options/locale/locale_en-US.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,9 +2966,6 @@ repos.unadopted.no_more = No more unadopted repositories found
29662966
repos.owner = Owner
29672967
repos.name = Name
29682968
repos.private = Private
2969-
repos.watches = Watches
2970-
repos.stars = Stars
2971-
repos.forks = Forks
29722969
repos.issues = Issues
29732970
repos.size = Size
29742971
repos.lfs_size = LFS Size

templates/admin/repo/list.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
{{ctx.Locale.Tr "admin.repos.name"}}
2020
{{SortArrow "alphabetically" "reversealphabetically" $.SortType false}}
2121
</th>
22-
<th>{{ctx.Locale.Tr "admin.repos.watches"}}</th>
22+
<th>{{ctx.Locale.Tr "repo.watchers"}}</th>
2323
<th data-sortt-asc="moststars" data-sortt-desc="feweststars">
24-
{{ctx.Locale.Tr "admin.repos.stars"}}
24+
{{ctx.Locale.Tr "repo.stars"}}
2525
{{SortArrow "moststars" "feweststars" $.SortType false}}
2626
</th>
2727
<th data-sortt-asc="mostforks" data-sortt-desc="fewestforks">
28-
{{ctx.Locale.Tr "admin.repos.forks"}}
28+
{{ctx.Locale.Tr "repo.forks"}}
2929
{{SortArrow "mostforks" "fewestforks" $.SortType false}}
3030
</th>
3131
<th>{{ctx.Locale.Tr "admin.repos.issues"}}</th>

0 commit comments

Comments
 (0)