diff --git a/templates/account/accountManage.html.ep b/templates/account/accountManage.html.ep index a5af29c..66e254a 100644 --- a/templates/account/accountManage.html.ep +++ b/templates/account/accountManage.html.ep @@ -47,7 +47,7 @@ %= text_field telNum => $telNum, id => 'telNum'

- %= label_for sshKeys => 'SSH keys:' + %= label_for sshKeys => 'SSH keys. Add a newline if you have multiple.'
%= text_area sshKeys => $sshKeys, id => 'sshKeys'