Skip to content

Commit

Permalink
✨ (llm) update text in setup device drawer (#8476)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey authored Nov 26, 2024
1 parent 2ebf404 commit c3107ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-phones-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

update text on setup your device drawer
6 changes: 3 additions & 3 deletions apps/ledger-live-mobile/src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,9 @@
"setupCta": "I already have a Ledger, set it up"
},
"postBuyDeviceSetupNanoWall": {
"title": "Have you received your device?",
"desc": "Once you receive your device, you can start its setup through Ledger Live!",
"cta": "Setup my device",
"title": "Did you get your Ledger yet?",
"desc": "Once you have your Ledger, set it up to unlock all features of the Ledger Live app.",
"cta": "Setup my Ledger",
"bannerTitle": "Received your Ledger?",
"bannerCta": "Begin setup",
"continue": "Continue"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ export default function PostBuyDeviceSetupNanoWallScreen() {
px={6}
>
<ModalHeaderCloseButton onClose={navigation.goBack} />
<Text textAlign="center" variant="h4" mb={5}>
<Text textAlign="left" variant="h4" mb={5}>
{t("postBuyDeviceSetupNanoWall.title")}
</Text>
<Text textAlign="center" variant="bodyLineHeight" color={"neutral.c80"} mb={8}>
<Text textAlign="left" variant="bodyLineHeight" color={"neutral.c80"} mb={8}>
{t("postBuyDeviceSetupNanoWall.desc")}
</Text>
<Button
Expand Down

0 comments on commit c3107ab

Please sign in to comment.