Commit 6b4a3743 authored by Martin Santangelo's avatar Martin Santangelo

(feat) move custom donation text to language files

1 merge request!325WIP: [Sprint/ModestMonkey] wire epic 37
......@@ -557,6 +557,7 @@
}
},
"wire":{
"customDonation":"Custom Donation",
"selectCredit":"Select a credit card.",
"willNotRecur":"You can send {{currency}} to this user, however it will not recur.",
"amountMonth":"{{amount}} / month",
......
......@@ -43,7 +43,7 @@ export default class SubscriptionTierCarousel extends PureComponent {
getRewards() {
const rewards = [{
amount: 0,
description: 'Custom',
description: i18n.t('wire.customDonation'),
}];
const methodsMap = [{ method: 'tokens', currency: 'tokens' }];
......
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