From b7a9315805fab99b4a509e73293238bd874a844b Mon Sep 17 00:00:00 2001 From: fenglish Date: Tue, 18 Sep 2018 14:23:44 +0100 Subject: [PATCH] =?UTF-8?q?improve=20wording=20=20=F0=9F=90=BF=20v2.10.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/x-gift-article/src/Message.jsx | 4 ++-- components/x-gift-article/src/RadioButtonsSection.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }/>