Add message in key-add-step

This commit is contained in:
danidfra 2024-08-31 16:40:32 -03:00
parent 4a9e55db90
commit 5d9e453ff0
3 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,7 @@ const KeyAddStep: React.FC<IKeyAddStep> = ({ onClose }) => {
</FormGroup>
<Button theme='accent' size='lg' type='submit' disabled={!nsec}>
Add Key
<FormattedMessage id='nostr_signup.key-add.key_button' defaultMessage='Add Key' />
</Button>
</Stack>
</Form>

View File

@ -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",

View File

@ -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",