mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
Add AirGap Vault detail links (#13650)
This commit is contained in:
parent
2bab7ada8f
commit
355e5ab399
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -89,6 +89,7 @@ body:
|
||||
- Trezor
|
||||
- Keystone
|
||||
- GridPlus Lattice1
|
||||
- AirGap Vault
|
||||
- Other (please elaborate in the "Additional Context" section)
|
||||
- type: textarea
|
||||
id: additional
|
||||
|
8
app/_locales/en/messages.json
generated
8
app/_locales/en/messages.json
generated
@ -42,7 +42,7 @@
|
||||
"message": "QR-based HW Wallet"
|
||||
},
|
||||
"QRHardwareWalletSteps2Description": {
|
||||
"message": "AirGap Vault & Ngrave (Coming Soon)"
|
||||
"message": "Ngrave (Coming Soon)"
|
||||
},
|
||||
"about": {
|
||||
"message": "About"
|
||||
@ -191,6 +191,12 @@
|
||||
"aggregatorFeeCost": {
|
||||
"message": "Aggregator network fee"
|
||||
},
|
||||
"airgapVault": {
|
||||
"message": "AirGap Vault"
|
||||
},
|
||||
"airgapVaultTutorial": {
|
||||
"message": " (Tutorials)"
|
||||
},
|
||||
"alertDisableTooltip": {
|
||||
"message": "This can be changed in \"Settings > Alerts\""
|
||||
},
|
||||
|
@ -350,6 +350,30 @@ export default class SelectHardware extends Component {
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
message: (
|
||||
<>
|
||||
<a
|
||||
className="hw-connect__msg-link"
|
||||
href="https://airgap.it/metamask"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
key="airgap-vault-support-link"
|
||||
>
|
||||
{this.context.t('airgapVault')}
|
||||
</a>
|
||||
<a
|
||||
className="hw-connect__msg-link"
|
||||
href="https://support.airgap.it/guides/metamask"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
key="airgap-vault-tutorial-link"
|
||||
>
|
||||
{this.context.t('airgapVaultTutorial')}
|
||||
</a>
|
||||
</>
|
||||
),
|
||||
},
|
||||
{
|
||||
message: this.context.t('QRHardwareWalletSteps2Description'),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user