From: Adam D. Barratt Date: Thu, 14 Nov 2019 21:01:39 +0000 (+0000) Subject: machines.cgi: fix capitalisation of "purpose" on detail view X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=commitdiff_plain;h=bd53642f3d61bcb8747925200afefbcfa97e0415 machines.cgi: fix capitalisation of "purpose" on detail view Signed-off-by: Adam D. Barratt --- 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' );