Fix incorrect locale Tr for gpg command (#29754)

(cherry picked from commit df60dbfb9918081962614d063485337fb42e0ee7)
This commit is contained in:
wxiaoguang 2024-03-14 00:24:34 +08:00 committed by Earl Warren
parent 5bb08e2bd7
commit 071d871dcf
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 3 deletions

View file

@ -803,7 +803,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.