diff --git a/src/features/ui/components/modals/nostr-login-modal/steps/key-add-step.tsx b/src/features/ui/components/modals/nostr-login-modal/steps/key-add-step.tsx index ba0d5de74..d53008b86 100644 --- a/src/features/ui/components/modals/nostr-login-modal/steps/key-add-step.tsx +++ b/src/features/ui/components/modals/nostr-login-modal/steps/key-add-step.tsx @@ -61,7 +61,7 @@ const KeyAddStep: React.FC = ({ onClose }) => { diff --git a/src/locales/en.json b/src/locales/en.json index b9554f2b0..ea8a39a1f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1161,10 +1161,11 @@ "nostr_relays.read_write": "Read & write", "nostr_relays.title": "Relays", "nostr_relays.write_only": "Write-only", + "nostr_signup.has_key": "I already have a key", + "nostr_signup.key-add.key_button": "Add Key", "nostr_signup.key-add.title": "Import Key", "nostr_signup.key.title": "You need a key to continue", "nostr_signup.key_generate": "Generate key", - "nostr_signup.has_key": "I already have a key", "nostr_signup.keygen.title": "Your new key", "nostr_signup.siwe.action": "Sign in with extension", "nostr_signup.siwe.alt": "Sign in with key", diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index 282e78a53..ca8b36a83 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -1163,6 +1163,7 @@ "nostr_relays.title": "Relays", "nostr_relays.write_only": "Somente escrita", "nostr_signup.key-add.title": "Importar Chave", + "nostr_signup.key-add.key_button": "Adicionar chave", "nostr_signup.key.title": "Você precisa de uma chave para continuar", "nostr_signup.key_generate": "Gerar chave", "nostr_signup.has_key": "Eu já tenho uma chave",