diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a85221ab74..fdbc550aa4 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1313,6 +1313,7 @@ settings.unarchive.error = An error occured while trying to un-archive the repo. diff.browse_source = Browse Source diff.parent = parent diff.commit = commit +diff.git-notes = git-notes: diff.data_not_available = Diff Content Not Available diff.show_diff_stats = Show Diff Stats diff.show_split_view = Split View diff --git a/templates/repo/diff/page.tmpl b/templates/repo/diff/page.tmpl index 4f5a1fc19d..016d92a8f4 100644 --- a/templates/repo/diff/page.tmpl +++ b/templates/repo/diff/page.tmpl @@ -67,7 +67,7 @@ {{end}} {{if .Note}}
-

git-notes:

+

{{.i18n.Tr "repo.diff.git-notes"}}

{{RenderNote .Note $.RepoLink $.Repository.ComposeMetas}}
{{end}}