diff --git a/config/text.js b/config/text.js index c201b15..2a86040 100644 --- a/config/text.js +++ b/config/text.js @@ -26,7 +26,7 @@ window.APP_TEXT = { stripe: { title: 'card (stripe)', description: '', - button: 'donate with stripe', + button: 'donate with cash', }, }, diff --git a/scripts/pay-methods/fiat.js b/scripts/pay-methods/fiat.js index 9a206ca..dfc8ca2 100644 --- a/scripts/pay-methods/fiat.js +++ b/scripts/pay-methods/fiat.js @@ -20,7 +20,7 @@ var title = get(text, 'fiat.title'); if (title === undefined) title = 'donate with fiat'; var description = get(text, 'fiat.description'); - if (description === undefined) description = 'donate with card or other fiat options.'; + if (description === undefined) description = 'donate with cash or other fiat options.'; section.innerHTML = '