mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
premium reports feature listed
This commit is contained in:
@@ -644,11 +644,14 @@
|
|||||||
"message": "Sign up for a premium membership and get:"
|
"message": "Sign up for a premium membership and get:"
|
||||||
},
|
},
|
||||||
"ppremiumSignUpStorage": {
|
"ppremiumSignUpStorage": {
|
||||||
"message": "1 GB of encrypted file storage."
|
"message": "1 GB encrypted storage for file attachments."
|
||||||
},
|
},
|
||||||
"ppremiumSignUpTwoStep": {
|
"ppremiumSignUpTwoStep": {
|
||||||
"message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
|
"message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
|
||||||
},
|
},
|
||||||
|
"ppremiumSignUpReports": {
|
||||||
|
"message": "Password hygiene, account health, and data breach reports to keep your vault safe."
|
||||||
|
},
|
||||||
"ppremiumSignUpTotp": {
|
"ppremiumSignUpTotp": {
|
||||||
"message": "TOTP verification code (2FA) generator for logins in your vault."
|
"message": "TOTP verification code (2FA) generator for logins in your vault."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,6 +24,10 @@
|
|||||||
<i class="fa-li fa fa-check text-success"></i>
|
<i class="fa-li fa fa-check text-success"></i>
|
||||||
{{'ppremiumSignUpTwoStep' | i18n}}
|
{{'ppremiumSignUpTwoStep' | i18n}}
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<i class="fa-li fa fa-check text-success"></i>
|
||||||
|
{{'ppremiumSignUpReports' | i18n}}
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<i class="fa-li fa fa-check text-success"></i>
|
<i class="fa-li fa fa-check text-success"></i>
|
||||||
{{'ppremiumSignUpTotp' | i18n}}
|
{{'ppremiumSignUpTotp' | i18n}}
|
||||||
|
|||||||
Reference in New Issue
Block a user