Skip to content

Commit

Permalink
🐛fix(lld): WS wording (#7577)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasWerey authored Aug 12, 2024
1 parent c407b7a commit 9badf39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-bees-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

WS change wording
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ describe("Rendering", () => {
expect(screen.getByRole("button", { name: "Sync your accounts" })).toBeDefined(),
);

expect(screen.getByText("Already created a key?")).toBeDefined();
expect(screen.getByText("Already synced a Ledger Live app?")).toBeDefined();
});
});
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6388,7 +6388,7 @@
"description": "Your Ledger will generate an encryption key, ensuring your data remains private and retrievable only by you.",
"cta": "Sync your accounts"
},
"alreadySync": "Already created a key?",
"alreadySync": "Already synced a Ledger Live app?",
"manage": {
"cta": "Manage",
"synchronize": {
Expand Down

0 comments on commit 9badf39

Please sign in to comment.