1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

premium required to download files

This commit is contained in:
Kyle Spearrin
2017-07-21 14:24:05 -04:00
parent a6ee05ef93
commit 5de607b2a2
3 changed files with 25 additions and 3 deletions

View File

@@ -838,5 +838,13 @@
"disableAutoTotpCopyDesc": {
"message": "If your login has an authenticator key attached to it, the TOTP verification code is automatically copied to your clipboard whenever you auto-fill the login.",
"description": "If your login has an authenticator key attached to it, the TOTP verification code is automatically copied to your clipboard whenever you auto-fill the login."
},
"premiumRequired": {
"message": "Premium Required",
"description": "Premium Required"
},
"premiumRequiredDesc": {
"message": "A premium membership is required to use this feature.",
"description": "A premium membership is required to use this feature."
}
}