From: Mikael Nordfeldth Date: Thu, 21 Jan 2016 01:37:07 +0000 (+0100) Subject: i18n X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be1759f1125371362043cf61aef88e9deb83bab0;p=quix0rs-gnu-social.git i18n --- 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;' )