Add message in key-add-step
This commit is contained in:
parent
4a9e55db90
commit
5d9e453ff0
|
@ -61,7 +61,7 @@ const KeyAddStep: React.FC<IKeyAddStep> = ({ onClose }) => {
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
||||||
<Button theme='accent' size='lg' type='submit' disabled={!nsec}>
|
<Button theme='accent' size='lg' type='submit' disabled={!nsec}>
|
||||||
Add Key
|
<FormattedMessage id='nostr_signup.key-add.key_button' defaultMessage='Add Key' />
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
|
@ -1161,10 +1161,11 @@
|
||||||
"nostr_relays.read_write": "Read & write",
|
"nostr_relays.read_write": "Read & write",
|
||||||
"nostr_relays.title": "Relays",
|
"nostr_relays.title": "Relays",
|
||||||
"nostr_relays.write_only": "Write-only",
|
"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-add.title": "Import Key",
|
||||||
"nostr_signup.key.title": "You need a key to continue",
|
"nostr_signup.key.title": "You need a key to continue",
|
||||||
"nostr_signup.key_generate": "Generate key",
|
"nostr_signup.key_generate": "Generate key",
|
||||||
"nostr_signup.has_key": "I already have a key",
|
|
||||||
"nostr_signup.keygen.title": "Your new key",
|
"nostr_signup.keygen.title": "Your new key",
|
||||||
"nostr_signup.siwe.action": "Sign in with extension",
|
"nostr_signup.siwe.action": "Sign in with extension",
|
||||||
"nostr_signup.siwe.alt": "Sign in with key",
|
"nostr_signup.siwe.alt": "Sign in with key",
|
||||||
|
|
|
@ -1163,6 +1163,7 @@
|
||||||
"nostr_relays.title": "Relays",
|
"nostr_relays.title": "Relays",
|
||||||
"nostr_relays.write_only": "Somente escrita",
|
"nostr_relays.write_only": "Somente escrita",
|
||||||
"nostr_signup.key-add.title": "Importar Chave",
|
"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.title": "Você precisa de uma chave para continuar",
|
||||||
"nostr_signup.key_generate": "Gerar chave",
|
"nostr_signup.key_generate": "Gerar chave",
|
||||||
"nostr_signup.has_key": "Eu já tenho uma chave",
|
"nostr_signup.has_key": "Eu já tenho uma chave",
|
||||||
|
|
Loading…
Reference in New Issue