From be1759f1125371362043cf61aef88e9deb83bab0 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 21 Jan 2016 02:37:07 +0100 Subject: [PATCH] i18n --- plugins/Event/forms/rsvp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Event/forms/rsvp.php b/plugins/Event/forms/rsvp.php index 72cadc0de6..98b3a64778 100644 --- a/plugins/Event/forms/rsvp.php +++ b/plugins/Event/forms/rsvp.php @@ -133,7 +133,7 @@ class RSVPForm extends Form 'id' => 'rsvp-submit-'.$answer, 'name' => $answer, 'class' => 'submit', - 'value' => $answer, + 'value' => $label, 'title' => $label, 'onClick' => 'this.form.rsvp.value = this.name; return true;' )