Skip to content

Commit 157f709

Browse files
committed
Make git-notes heading text localizable
1 parent f7f000a commit 157f709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ settings.unarchive.error = An error occured while trying to un-archive the repo.
13131313
diff.browse_source = Browse Source
13141314
diff.parent = parent
13151315
diff.commit = commit
1316+
diff.git-notes = git-notes:
13161317
diff.data_not_available = Diff Content Not Available
13171318
diff.show_diff_stats = Show Diff Stats
13181319
diff.show_split_view = Split View

templates/repo/diff/page.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
{{end}}
6868
{{if .Note}}
6969
<div class="ui top bottom attached info clearing segment">
70-
<h3>git-notes:</h3>
70+
<h3>{{.i18n.Tr "repo.diff.git-notes"}}</h3>
7171
<pre class="commit-body">{{RenderNote .Note $.RepoLink $.Repository.ComposeMetas}}</pre>
7272
</div>
7373
{{end}}

0 commit comments

Comments
 (0)