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/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx b/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx index e66d71b69..9e203ced0 100644 --- a/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx +++ b/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx @@ -31,11 +31,11 @@ const KeyStep: React.FC = ({ setStep, onClose }) => { diff --git a/src/locales/en.json b/src/locales/en.json index 1c4ae8d52..ea8a39a1f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1161,8 +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.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 59563e912..ca8b36a83 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -1163,7 +1163,10 @@ "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", "nostr_signup.keygen.title": "Sua nova chave", "nostr_signup.siwe.action": "Faça login com a extensão", "nostr_signup.siwe.alt": "Faça login com a chave", @@ -1515,7 +1518,7 @@ "status.edited": "Editado em {date}", "status.embed": "Incorporar", "status.external": "Ver postagem em {domain}", - "status.favourite": "Adicionar aos favoritos", + "status.favourite": "Like", "status.filtered": "Filtrado", "status.group": "Postado no {group}", "status.group_mod_delete": "Excluir post do grupo",