You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -350,11 +350,14 @@ keep_email_private_popup = Your email address will be hidden from other users if
350
350
openid_desc = Your OpenID addresses will let you delegate authentication to your provider of choice
351
351
352
352
manage_ssh_keys = Manage SSH Keys
353
+
manage_gpg_keys = Manage GPG Keys
353
354
add_key = Add Key
354
355
ssh_desc = This is a list of SSH keys associated with your account. Because these keys allow anyone using them to gain access to your repositories, it is highly important that you make sure you recognize them.
356
+
gpg_desc = This is a list of GPG keys associated with your account. Because these keys allow verification of commit, it is highly important that you keep safe the corresponding private key.
355
357
ssh_helper = <strong>Don't know how?</strong> Check out GitHub's guide to <a href="%s">create your own SSH keys</a> or solve <a href="%s">common problems</a> you might encounter using SSH.
Copy file name to clipboardExpand all lines: templates/user/settings/keys.tmpl
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,15 @@
61
61
</div>
62
62
<br>
63
63
<h4 class="ui top attached header">
64
-
Manage GPG Keys
64
+
{{.i18n.Tr "settings.manage_gpg_keys"}}
65
65
<div class="ui right">
66
66
<div class="ui blue tiny show-panel button" data-panel="#add-gpg-key-panel">{{.i18n.Tr "settings.add_key"}}</div>
67
67
</div>
68
68
</h4>
69
69
<div class="ui attached segment">
70
70
<div class="ui key list">
71
71
<div class="item">
72
-
This is a list of GPG keys associated with your account. Because these keys allow anyone using them to gain access to your repositories, it is highly important that you make sure you recognize them.
0 commit comments