From 944bd39913d820c38f8511125ec859acb20b8942 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 18 Apr 2023 10:02:29 +0100 Subject: [PATCH] chore: link to verification from nostr addr page --- packages/app/src/Pages/settings/handle/ListHandles.tsx | 5 +++++ packages/app/src/lang.json | 6 ++++++ packages/app/src/translations/en.json | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/app/src/Pages/settings/handle/ListHandles.tsx b/packages/app/src/Pages/settings/handle/ListHandles.tsx index e1c00fbc..c7f37b90 100644 --- a/packages/app/src/Pages/settings/handle/ListHandles.tsx +++ b/packages/app/src/Pages/settings/handle/ListHandles.tsx @@ -58,6 +58,11 @@ export default function ListHandles() { ))} + {handles.length > 0 && ( + + )} ); } diff --git a/packages/app/src/lang.json b/packages/app/src/lang.json index df1ef698..002ac453 100644 --- a/packages/app/src/lang.json +++ b/packages/app/src/lang.json @@ -133,6 +133,9 @@ "4rYCjn": { "defaultMessage": "Note to Self" }, + "5oTnfy": { + "defaultMessage": "Buy Handle" + }, "5rOdPG": { "defaultMessage": "Once you setup your key manager extension and generated a key, you can follow our new users flow to setup your profile and help you find some interesting people on Nostr to follow." }, @@ -497,6 +500,9 @@ "PLSbmL": { "defaultMessage": "Your mnemonic phrase" }, + "PamNxw": { + "defaultMessage": "Unknown file header: {name}" + }, "Pe0ogR": { "defaultMessage": "Theme" }, diff --git a/packages/app/src/translations/en.json b/packages/app/src/translations/en.json index 909a4bc7..7616967f 100644 --- a/packages/app/src/translations/en.json +++ b/packages/app/src/translations/en.json @@ -43,6 +43,7 @@ "4Vmpt4": "Nostr Plebs is one of the first NIP-05 providers in the space and offers a good collection of domains at reasonable prices", "4Z3t5i": "Use imgproxy to compress images", "4rYCjn": "Note to Self", + "5oTnfy": "Buy Handle", "5rOdPG": "Once you setup your key manager extension and generated a key, you can follow our new users flow to setup your profile and help you find some interesting people on Nostr to follow.", "5u6iEc": "Transfer to Pubkey", "5ykRmX": "Send zap", @@ -162,6 +163,7 @@ "P7nJT9": "Total today (UTC): {amount} sats", "PCSt5T": "Preferences", "PLSbmL": "Your mnemonic phrase", + "PamNxw": "Unknown file header: {name}", "Pe0ogR": "Theme", "PrsIg7": "Reactions will be shown on every page, if disabled no reactions will be shown", "QDFTjG": "{n} Relays", @@ -364,4 +366,4 @@ "zjJZBd": "You're ready!", "zonsdq": "Failed to load LNURL service", "zvCDao": "Automatically show latest notes" -} +} \ No newline at end of file