From 1a4d93928595fa460b7728b0eda6c328cd8237ef Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 21 Dec 2017 23:22:58 +0100 Subject: Form text corrections. --- kontakt.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kontakt.cgi b/kontakt.cgi index 3bc8656..3f3633d 100755 --- a/kontakt.cgi +++ b/kontakt.cgi @@ -66,19 +66,19 @@ $form->field( name => 'tur', label => 'Tur', size => 5, - comment => '(Tur, bydel eller tema)' + comment => '(turnavn, bydel eller tema)' ); $form->field( name => 'antal', label => 'Antal', size => 5, - comment => '(Antal deltagere)' + comment => '(antal deltagere)' ); $form->field( name => 'tid', label => 'Tidspunkt', size => 5, - comment => '(Dato og tidspunkt)' + comment => '(dato og tidspunkt)' ); $form->field( name => 'kommentar', -- cgit v1.2.3