diff --git a/src/lib/locales/en.json b/src/lib/locales/en.json index 1e2b3a0..ab664f9 100644 --- a/src/lib/locales/en.json +++ b/src/lib/locales/en.json @@ -42,9 +42,11 @@ "nostrRelay": "Nostr Relay", "nostrZapNotify": "Nostr Zap Notifications", "useNostr": "Use Nostr datasource", - "bitaxeHostname": "BitAxe hostname", + "bitaxeHostname": "BitAxe hostname or IP", "bitaxeEnabled": "Enable BitAxe", - "nostrZapPubkey": "Nostr Zap pubkey" + "nostrZapPubkey": "Nostr Zap pubkey", + "invalidNostrPubkey": "Invalid Nostr pubkey, note that your pubkey does NOT start with npub.", + "convertingValidNpub": "Converting valid npub to pubkey" }, "control": { "systemInfo": "System info", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index dec2eb5..f2d0b27 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -133,7 +133,7 @@