diff --git a/components/x-gift-article/src/Message.jsx b/components/x-gift-article/src/Message.jsx index c32045fe5..04a3c1eb3 100644 --- a/components/x-gift-article/src/Message.jsx +++ b/components/x-gift-article/src/Message.jsx @@ -19,7 +19,7 @@ export default ({ shareType, isGiftUrlCreated, isFreeArticle, giftCredits, month if (giftCredits === 0) { return (
- You’ve used all your gift articles
+ You’ve used all your gift article credits
You’ll get your next { monthlyAllowance } on { nextRenewalDateText }
); @@ -35,7 +35,7 @@ export default ({ shareType, isGiftUrlCreated, isFreeArticle, giftCredits, month return (
- You have { giftCredits } gift { giftCredits === 1 ? 'article' : 'articles' } left this month + You have { giftCredits } gift article { giftCredits === 1 ? 'credit' : 'credits' } left this month
); } diff --git a/components/x-gift-article/src/RadioButtonsSection.jsx b/components/x-gift-article/src/RadioButtonsSection.jsx index 76fd28894..f103b0d05 100644 --- a/components/x-gift-article/src/RadioButtonsSection.jsx +++ b/components/x-gift-article/src/RadioButtonsSection.jsx @@ -22,7 +22,7 @@ export default ({ shareType, showGiftUrlSection, showNonGiftUrlSection }) => ( onChange={ showGiftUrlSection }/> ( onChange={ showNonGiftUrlSection }/>