machines.cgi: fix capitalisation of "purpose" on detail view
authorAdam D. Barratt <adam@adam-barratt.org.uk>
Thu, 14 Nov 2019 21:01:39 +0000 (21:01 +0000)
committerAdam D. Barratt <adam@adam-barratt.org.uk>
Thu, 14 Nov 2019 21:01:39 +0000 (21:01 +0000)
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
machines.cgi

index ce41198..fe83f18 100755 (executable)
@@ -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'
         );