File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1313,6 +1313,7 @@ settings.unarchive.error = An error occured while trying to un-archive the repo.
1313
1313
diff.browse_source = Browse Source
1314
1314
diff.parent = parent
1315
1315
diff.commit = commit
1316
+ diff.git-notes = git-notes:
1316
1317
diff.data_not_available = Diff Content Not Available
1317
1318
diff.show_diff_stats = Show Diff Stats
1318
1319
diff.show_split_view = Split View
Original file line number Diff line number Diff line change 67
67
{{end}}
68
68
{{if .Note}}
69
69
<div class="ui top bottom attached info clearing segment">
70
- <h3>git-notes: </h3>
70
+ <h3>{{.i18n.Tr "repo.diff. git-notes"}} </h3>
71
71
<pre class="commit-body">{{RenderNote .Note $.RepoLink $.Repository.ComposeMetas}}</pre>
72
72
</div>
73
73
{{end}}
You can’t perform that action at this time.
0 commit comments