diff options
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/settings/sshkeys.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/settings/sshkeys.tmpl b/templates/user/settings/sshkeys.tmpl index 188f078a..7b1dec5f 100644 --- a/templates/user/settings/sshkeys.tmpl +++ b/templates/user/settings/sshkeys.tmpl @@ -33,7 +33,7 @@ {{end}} </ul> </div> - <p>{{.i18n.Tr "settings.ssh_helper" | Str2html}}</p> + <p>{{.i18n.Tr "settings.ssh_helper" "https://help.github.com/articles/generating-ssh-keys" "https://help.github.com/ssh-issues/" | Str2html}}</p> <br> <form class="panel panel-radius form form-align hide" id="user-ssh-add-form" action="{{AppSubUrl}}/user/settings/ssh" method="post"> {{.CsrfTokenHtml}} |