Commit 43be83cf authored by Guillaume Royer's avatar Guillaume Royer

translate donation button

parent 0334a3c3
......@@ -20,7 +20,7 @@
</tr>
<tr>
<td></td>
<td><input type="submit" name="donation_add" value="Add Donation"/></td>
<td><input type="submit" name="donation_add" value="<?php _e( 'Add Donation', WC_QD_TXT ) ?>"/></td>
</tr>
</table>
......
......@@ -19,7 +19,7 @@
<?php }?>
<?php echo $donation_price; ?>
<input type="submit" name="donation_add" value="Add Donation"/>
<input type="submit" name="donation_add" value="<?php _e( 'Add Donation', WC_QD_TXT ) ?>"/>
</form>
</div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment