diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2020-08-20 22:51:34 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 11:51:34 -0400 |
commit | fff0204cab4df3b36ed746536a1601d79a5a27a1 (patch) | |
tree | fd84117b2e5d00a74fd3d406a09421ed4f8bc0d8 /options | |
parent | 0c9eb468e9a55f933286a45f366f41a7a4e79637 (diff) | |
download | gitea-fff0204cab4df3b36ed746536a1601d79a5a27a1.tar.gz gitea-fff0204cab4df3b36ed746536a1601d79a5a27a1.zip |
Add placeholder text for "Add SSH/GPG Key" forms (#12533)
* Add placeholder text for "Add SSH/GPG Key" forms
This commit add placeholder text for both Add SSH key and Add GPG key
forms.
* Localize placeholders
Changes requested by @zeripath
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1cd94a4687..c31d77e1a5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -500,6 +500,8 @@ ssh_helper = <strong>Need help?</strong> Have a look at GitHub's guide to <a hre gpg_helper = <strong>Need help?</strong> Have a look at GitHub's guide <a href="%s">about GPG</a>. add_new_key = Add SSH Key add_new_gpg_key = Add GPG Key +key_content_ssh_placeholder = Begins with 'ssh-ed25519', 'ssh-rsa', 'ecdsa-sha2-nistp256', 'ecdsa-sha2-nistp384', or 'ecdsa-sha2-nistp521' +key_content_gpg_placeholder = Begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----' ssh_key_been_used = This SSH key has already been added to the server. ssh_key_name_used = An SSH key with same name is already added to your account. gpg_key_id_used = A public GPG key with same ID already exists. |