File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1980,12 +1980,10 @@ activity.git_stats_and_deletions = and
1980
1980
activity.git_stats_deletion_1 = %d deletion
1981
1981
activity.git_stats_deletion_n = %d deletions
1982
1982
1983
- contributors = Contributors
1984
1983
contributors.contribution_type.filter_label = Contribution type:
1985
1984
contributors.contribution_type.commits = Commits
1986
1985
contributors.contribution_type.additions = Additions
1987
1986
contributors.contribution_type.deletions = Deletions
1988
- contributors.what = contributions
1989
1987
1990
1988
search = Search
1991
1989
search.search_repo = Search repository
@@ -2595,6 +2593,7 @@ component_loading = Loading %s...
2595
2593
component_loading_failed = Could not load %s
2596
2594
component_loading_info = This might take a bit…
2597
2595
component_failed_to_load = An unexpected error happened.
2596
+ contributors.what = contributions
2598
2597
2599
2598
[org]
2600
2599
org_name_holder = Organization Name
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ const (
18
18
19
19
// Contributors render the page to show repository contributors graph
20
20
func Contributors (ctx * context.Context ) {
21
- ctx .Data ["Title" ] = ctx .Tr ("repo.contributors" )
21
+ ctx .Data ["Title" ] = ctx .Tr ("repo.activity.navbar. contributors" )
22
22
23
23
ctx .Data ["PageIsActivity" ] = true
24
24
ctx .Data ["PageIsContributors" ] = true
Original file line number Diff line number Diff line change 4
4
data-locale-contribution-type-commits="{{ctx.Locale.Tr "repo.contributors.contribution_type.commits"}}"
5
5
data-locale-contribution-type-additions="{{ctx.Locale.Tr "repo.contributors.contribution_type.additions"}}"
6
6
data-locale-contribution-type-deletions="{{ctx.Locale.Tr "repo.contributors.contribution_type.deletions"}}"
7
- data-locale-loading-title="{{ctx.Locale.Tr "graphs.component_loading" (ctx.Locale.Tr "repo .contributors.what")}}"
8
- data-locale-loading-title-failed="{{ctx.Locale.Tr "graphs.component_loading_failed" (ctx.Locale.Tr "repo .contributors.what")}}"
7
+ data-locale-loading-title="{{ctx.Locale.Tr "graphs.component_loading" (ctx.Locale.Tr "graphs .contributors.what")}}"
8
+ data-locale-loading-title-failed="{{ctx.Locale.Tr "graphs.component_loading_failed" (ctx.Locale.Tr "graphs .contributors.what")}}"
9
9
data-locale-loading-info="{{ctx.Locale.Tr "graphs.component_loading_info"}}"
10
10
data-locale-component-failed-to-load="{{ctx.Locale.Tr "graphs.component_failed_to_load"}}"
11
11
>
You can’t perform that action at this time.
0 commit comments