mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Add Emergency Access to Get Premium (#800)
* Add Emergency Access to Get Premium * Added Emergency Access to messages.json * Update premium.component.html * Added opening tag * Update messages.json
This commit is contained in:
parent
2a19189f04
commit
8ef7944077
@ -15,6 +15,10 @@
|
||||
<i class="fa fa-check text-success fa-li" aria-hidden="true"></i>
|
||||
{{'premiumSignUpTwoStep' | i18n}}
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check text-success fa-li" aria-hidden="true"></i>
|
||||
{{'premiumSignUpEmergency' |i18n}}
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa fa-check text-success fa-li" aria-hidden="true"></i>
|
||||
{{'premiumSignUpReports' | i18n}}
|
||||
|
@ -1574,6 +1574,9 @@
|
||||
"premiumSignUpTwoStep": {
|
||||
"message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
|
||||
},
|
||||
"premiumSignUpEmergency": {
|
||||
"message": "Emergency Access"
|
||||
},
|
||||
"premiumSignUpReports": {
|
||||
"message": "Password hygiene, account health, and data breach reports to keep your vault safe."
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user