From dcbd86eb10abcbebb09c0d57de7b14d77f7b451e Mon Sep 17 00:00:00 2001 From: Kathy Luo Date: Thu, 22 Aug 2024 12:24:54 +0200 Subject: [PATCH] chore: update points disclaimer copy (#5822) ### Description Designs [here](https://www.figma.com/design/rXBDplfMHHqYmuu6EkgMEo/Valora-Points?node-id=2124-11902&t=8SdX4wAwRvZrQeQs-0). ### Test plan n/a ### Related issues n/a ### Backwards compatibility Y ### Network scalability If a new NetworkId and/or Network are added in the future, the changes in this PR will: - [ ] Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added) Co-authored-by: Alex Bakoushin --- locales/base/translation.json | 3 ++- src/points/PointsHome.tsx | 13 +++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) 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')}