Skip to content

Commit

Permalink
Update ledger installation
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Jul 21, 2024
1 parent 2df0637 commit 820d17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/extension/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"Connect a new Ledger": "Connect a new Ledger",
"Plug in and unlock your Ledger device": "Plug in and unlock your Ledger device",
"Open (or install) the Alephium Ledger app": "Open (or install) the Alephium Ledger app",
"The Alephium Ledger app needs to be installed manually.": "The Alephium Ledger app needs to be installed manually.",
"The Alephium app can be installed via Ledger Live.": "The Alephium app can be installed via Ledger Live.",
"More information here.": "More information here.",
"Schnorr is not supported for Alephium's ledger app yet": "Schnorr is not supported for Alephium's ledger app yet",
"Alephium Ledger app is not connected, please follow the instructions above": "Alephium Ledger app is not connected, please follow the instructions above",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/src/ui/features/ledger/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const LedgerStartScreen: FC = () => {
{ title: t("Plug in and unlock your Ledger device") },
{
title: t("Open (or install) the Alephium Ledger app"),
description: <>{t("The Alephium Ledger app needs to be installed manually.")} <A href="https://docs.alephium.org/wallet/ledger" target="_blank">{t("More information here.")}</A></>,
description: <>{t("The Alephium app can be installed via Ledger Live.")} <A href="https://docs.alephium.org/wallet/ledger" target="_blank">{t("More information here.")}</A></>,
},
]}
style={{ marginBottom: 8 }}
Expand Down

0 comments on commit 820d17c

Please sign in to comment.