From 7b59847470eb4eb716e413e6dc94cf1fa4ed14b9 Mon Sep 17 00:00:00 2001 From: Kayden Tebau Date: Tue, 18 Oct 2022 09:48:18 -0700 Subject: [PATCH] Change acct page --- templates/account/accountManage.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'