diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1db86cdb95..3bb1429a0c 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -839,6 +839,7 @@ add_new_principal = Add Principal ssh_key_been_used = This SSH key has already been added to the server. ssh_key_name_used = An SSH key with same name already exists on your account. ssh_principal_been_used = This principal has already been added to the server. +gpg_email_addresses = Email addresses: gpg_email_unverified = Unverified gpg_key_id_used = A public GPG key with same ID already exists. gpg_no_key_email_found = This GPG key does not match any activated email address associated with your account. It may still be added if you sign the provided token. diff --git a/templates/user/settings/keys_gpg.tmpl b/templates/user/settings/keys_gpg.tmpl index 6a167e008e..f2c37c1eb1 100644 --- a/templates/user/settings/keys_gpg.tmpl +++ b/templates/user/settings/keys_gpg.tmpl @@ -56,7 +56,7 @@ {{svg "octicon-verified"}} {{ctx.Locale.Tr "settings.gpg_key_verified"}} {{end}} {{if .Emails}} - {{svg "octicon-mail"}} {{ctx.Locale.Tr "settings.gpg_key_matched_identities"}} {{range .Emails}}{{.Email}} {{if not .IsActivated}}{{ctx.Locale.Tr "settings.gpg_email_unverified"}}{{end}}{{end}} + {{svg "octicon-mail"}} {{ctx.Locale.Tr "settings.gpg_email_addresses"}} {{range .Emails}}{{.Email}} {{if not .IsActivated}}{{ctx.Locale.Tr "settings.gpg_email_unverified"}}{{end}}{{end}} {{end}}
{{ctx.Locale.Tr "settings.key_id"}}: {{.PaddedKeyID}}