Skip to content

Commit

Permalink
[FIX]: Wrong Device name was displayed in FollowInstructions (#7721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored Aug 30, 2024
1 parent 84ea362 commit c0bcef6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/four-planes-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Fix Wording on FollowInstructions
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const FollowInstructions: React.FC<Props> = ({ device }) => {
</AnimationContainer>
<Flex justifyContent="center" alignItems="center" flexDirection="column" rowGap={16}>
<Text fontWeight="semiBold" color="neutral.c100" textAlign="center" fontSize="20px">
{t("walletSync.deviceAction.title", { wording: getProductName(DeviceModelId.stax) })}
{t("walletSync.deviceAction.title", { wording: getProductName(device.modelId) })}
</Text>
<Text variant="bodyLineHeight" color="neutral.c70" textAlign="center" fontSize="14px">
{t("walletSync.deviceAction.description")}
Expand Down

0 comments on commit c0bcef6

Please sign in to comment.