update text for signed in users #89

Merged
akinwale merged 2 commits from wallet-rewards-driver into master 2019-12-06 16:01:25 +01:00
akinwale commented 2019-12-03 15:16:08 +01:00 (Migrated from github.com)
No description provided.
kauffj (Migrated from github.com) requested changes 2019-12-03 18:18:54 +01:00
kauffj (Migrated from github.com) commented 2019-12-03 18:16:58 +01:00
<Text>
{ unclaimedRewardAmount === 1 ?
  __('%amount% free credit available in rewards.', { amount: unclaimedRewardAmount }) :
  __('%amount% free credits available in rewards.', { amount: unclaimedRewardAmount > 0 ? unclaimedRewardAmount : '' }) }
{ ' ' }
{ __('Tap to learn more.') }
</Text>
``` <Text> { unclaimedRewardAmount === 1 ? __('%amount% free credit available in rewards.', { amount: unclaimedRewardAmount }) : __('%amount% free credits available in rewards.', { amount: unclaimedRewardAmount > 0 ? unclaimedRewardAmount : '' }) } { ' ' } { __('Tap to learn more.') } </Text>
kauffj (Migrated from github.com) commented 2019-12-03 18:18:49 +01:00

similar to above

similar to above
akinwale (Migrated from github.com) reviewed 2019-12-04 08:20:58 +01:00
akinwale (Migrated from github.com) commented 2019-12-04 08:20:57 +01:00

This is a lot cleaner!

This is a lot cleaner!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-react-native#89
No description provided.