From bd53642f3d61bcb8747925200afefbcfa97e0415 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Thu, 14 Nov 2019 21:01:39 +0000 Subject: [PATCH] machines.cgi: fix capitalisation of "purpose" on detail view Signed-off-by: Adam D. Barratt --- machines.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines.cgi b/machines.cgi index ce41198..fe83f18 100755 --- a/machines.cgi +++ b/machines.cgi @@ -36,7 +36,7 @@ my (%attrs, @attrorder, %summaryattrs, @summaryorder, %summarylistitems); 'notes' => 'Notes', 'sshrsahostkey' => 'SSH host key', 'description' => 'Description', - 'purpose' => 'purposes of this server', + 'purpose' => 'Purposes of this server', # 'createtimestamp' => 'Entry created', # 'modifytimestamp' => 'Entry modified' ); -- 2.20.1