1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

users get premium on enterprise

This commit is contained in:
Kyle Spearrin
2018-09-01 08:22:36 -04:00
parent 0c9f122719
commit 7c55da8cc6
3 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: 852b4571b3...26625a58d0

View File

@@ -89,6 +89,7 @@
<small>• {{'trackAuditLogs' | i18n}}</small>
<small>• {{'syncUsersFromDirectory' | i18n}}</small>
<small>• {{'onPremHostingOptional' | i18n}}</small>
<small>• {{'usersGetPremium' | i18n}}</small>
<small>• {{'priorityCustomerSupport' | i18n}}</small>
<small>• {{'xDayFreeTrial' | i18n : '7'}}</small>
<span>{{'costPerUser' | i18n : (3 | currency:'$')}} /{{'month' | i18n}}</span>

View File

@@ -1703,6 +1703,9 @@
"onPremHostingOptional": {
"message": "On-premise hosting (optional)"
},
"usersGetPremium": {
"message": "Users get access to premium membership features"
},
"controlAccessWithGroups": {
"message": "Control user access with groups"
},