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

@ -1 +1 @@
Subproject commit 852b4571b34d60845f37956e9468f845d9dd627e
Subproject commit 26625a58d0831f023cf682b11116a02ed724d9f7

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"
},