diff --git a/locales/base/translation.json b/locales/base/translation.json index bbee5009c50..29d213ae823 100644 --- a/locales/base/translation.json +++ b/locales/base/translation.json @@ -2468,7 +2468,8 @@ }, "disclaimer": { "learnMoreCta": "<0>Learn more about {{appName}} Points", - "body": "<0>What are Points?\nPoints are {{appName}}'s loyalty program. They're awarded to users when you use our app.\n\n<0>What are they good for?\nYou collect them. They can’t be spent or traded or transferred.\n\n<0>Why are they in my wallet?\nBecause they’re tokens. On chain, digital bits of happiness you earn by using the app.", + "title": "More About {{appName}} Points", + "body": "Points are {{appName}}'s loyalty program. They're awarded for using the app. Points can't be spent, traded, or transferred.", "dismiss": "Got it" } }, diff --git a/src/points/PointsHome.tsx b/src/points/PointsHome.tsx index ac97e84d636..a468049d7e7 100644 --- a/src/points/PointsHome.tsx +++ b/src/points/PointsHome.tsx @@ -225,12 +225,13 @@ export default function PointsHome({ route, navigation }: Props) { )} - - - - - - + + {t('points.disclaimer.body')}