aboutsummaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-03-14 00:24:34 +0800
committerGitHub <noreply@github.com>2024-03-13 16:24:34 +0000
commitdf60dbfb9918081962614d063485337fb42e0ee7 (patch)
tree34cc7a230606cb359bb4cd10549020c2e568bc71 /options
parente01b0014de5b732181ac42c03a77c21219f88c6a (diff)
downloadgitea-df60dbfb9918081962614d063485337fb42e0ee7.tar.gz
gitea-df60dbfb9918081962614d063485337fb42e0ee7.zip
Fix incorrect locale Tr for gpg command (#29754)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index afd613af59..836703a480 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -804,7 +804,6 @@ gpg_invalid_token_signature = The provided GPG key, signature and token do not m
gpg_token_required = You must provide a signature for the below token
gpg_token = Token
gpg_token_help = You can generate a signature using:
-gpg_token_code = echo "%s" | gpg -a --default-key %s --detach-sig
gpg_token_signature = Armored GPG signature
key_signature_gpg_placeholder = Begins with '-----BEGIN PGP SIGNATURE-----'
verify_gpg_key_success = GPG key "%s" has been verified.