diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index b74921b02..935be4a71 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -581,6 +581,8 @@ commits.message = Message commits.date = Date commits.older = Older commits.newer = Newer +commits.signed_by = Signed by +commits.gpg_key_id = GPG key ID ext_issues = Ext Issues ext_issues.desc = Ext Issues link to an external issue management page diff --git a/templates/repo/diff/page.tmpl b/templates/repo/diff/page.tmpl index d4a9d72db..4ddf3ad43 100644 --- a/templates/repo/diff/page.tmpl +++ b/templates/repo/diff/page.tmpl @@ -45,9 +45,9 @@ {{if .Verification.Verified }}
- Signed by : + {{.i18n.Tr "repo.commits.signed_by"}}: {{.Commit.Committer.Name}} <{{.Commit.Committer.Email}}> - GPG key ID: {{.Verification.SigningKey.KeyID}} + {{.i18n.Tr "repo.commits.gpg_key_id"}}: {{.Verification.SigningKey.KeyID}}
{{else}}