aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
author原俊杰 <yuan@junjie.pro>2022-04-06 19:35:04 +0800
committerGitHub <noreply@github.com>2022-04-06 19:35:04 +0800
commit184302665ff65166d9c26457ce04a70d1d927b7f (patch)
treedd6798bc4624327d66127f230f6f2a3eae907f1b /options/locale
parent5e242e021b9f32d2d136e4f3324cb56be415f484 (diff)
downloadgitea-184302665ff65166d9c26457ce04a70d1d927b7f.tar.gz
gitea-184302665ff65166d9c26457ce04a70d1d927b7f.zip
Show ssh command directly in template instead of i18n translation (#19335)
* add missing space for generate ssh token command Signed-off-by: Junjie Yuan <yuan@junjie.pro> * Do not use i18n for ssh command * Remove unnecessary settings.ssh_token_code * Revert locale_zh-CN.ini Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'options/locale')
-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 40d4c1c940..5662ed2c40 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -664,7 +664,6 @@ ssh_invalid_token_signature = The provided SSH key, signature or token do not ma
ssh_token_required = You must provide a signature for the below token
ssh_token = Token
ssh_token_help = You can generate a signature using:
-ssh_token_code = echo -n "%s" | ssh-keygen -Y sign -n gitea -f /path_to_your_pubkey
ssh_token_signature = Armored SSH signature
key_signature_ssh_placeholder = Begins with '-----BEGIN SSH SIGNATURE-----'
verify_ssh_key_success = SSH key '%s' has been verified.