diff --git a/jslib b/jslib
index 852b4571b34..26625a58d08 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 852b4571b34d60845f37956e9468f845d9dd627e
+Subproject commit 26625a58d0831f023cf682b11116a02ed724d9f7
diff --git a/src/app/settings/create-organization.component.html b/src/app/settings/create-organization.component.html
index 94d927d2a6c..4691f0ac9d2 100644
--- a/src/app/settings/create-organization.component.html
+++ b/src/app/settings/create-organization.component.html
@@ -89,6 +89,7 @@
• {{'trackAuditLogs' | i18n}}
• {{'syncUsersFromDirectory' | i18n}}
• {{'onPremHostingOptional' | i18n}}
+ • {{'usersGetPremium' | i18n}}
• {{'priorityCustomerSupport' | i18n}}
• {{'xDayFreeTrial' | i18n : '7'}}
{{'costPerUser' | i18n : (3 | currency:'$')}} /{{'month' | i18n}}
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index fe7b9e3eb5b..d3be37944d5 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -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"
},