Skip to content

Commit df88c51

Browse files
committed
Changed locale for emails
1 parent e2f50e9 commit df88c51

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
@@ -839,6 +839,7 @@ add_new_principal = Add Principal
839839
ssh_key_been_used = This SSH key has already been added to the server.
840840
ssh_key_name_used = An SSH key with same name already exists on your account.
841841
ssh_principal_been_used = This principal has already been added to the server.
842+
gpg_email_addresses = Email addresses:
842843
gpg_email_unverified = Unverified
843844
gpg_key_id_used = A public GPG key with same ID already exists.
844845
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.

templates/user/settings/keys_gpg.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<span class="flex-text-block" data-tooltip-content="{{ctx.Locale.Tr "settings.gpg_key_verified_long"}}">{{svg "octicon-verified"}} <strong>{{ctx.Locale.Tr "settings.gpg_key_verified"}}</strong></span>
5757
{{end}}
5858
{{if .Emails}}
59-
<span class="flex-text-block" data-tooltip-content="{{ctx.Locale.Tr "settings.gpg_key_matched_identities_long"}}">{{svg "octicon-mail"}} {{ctx.Locale.Tr "settings.gpg_key_matched_identities"}} {{range .Emails}}<strong>{{.Email}} </strong> {{if not .IsActivated}}<span class="ui label">{{ctx.Locale.Tr "settings.gpg_email_unverified"}}</span>{{end}}{{end}}</span>
59+
<span class="flex-text-block" data-tooltip-content="{{ctx.Locale.Tr "settings.gpg_key_matched_identities_long"}}">{{svg "octicon-mail"}} {{ctx.Locale.Tr "settings.gpg_email_addresses"}} {{range .Emails}}<strong>{{.Email}} </strong> {{if not .IsActivated}}<span class="ui label">{{ctx.Locale.Tr "settings.gpg_email_unverified"}}</span>{{end}}{{end}}</span>
6060
{{end}}
6161
<div class="flex-item-body">
6262
<b>{{ctx.Locale.Tr "settings.key_id"}}:</b> {{.PaddedKeyID}}

0 commit comments

Comments
 (0)