Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | |
162 | 162 | // handle the appeal and appeal header |
163 | 163 | // TODO: determine and set variables for the default templates |
164 | | - $appeal_title_name = $this->make_safe( $wgRequest->getText( 'appeal-title', 'Appeal-default' ) ); |
| 164 | + $appeal_title_name = $this->make_safe( $wgRequest->getText( 'appeal-title', 'Appeal-title-default' ) ); |
165 | 165 | $appeal_name = $this->make_safe( $wgRequest->getText( 'appeal', 'Appeal-default' ) ); |
166 | 166 | |
167 | 167 | $form = str_replace( "@appeal-title", $appeal_title_name, $form ); |