@bigbinary/neeto-team-members-frontend 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/en.json +2 -1
- package/dist/index.cjs.js +1446 -1245
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1396 -1196
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
|
@@ -66,8 +66,9 @@
|
|
|
66
66
|
},
|
|
67
67
|
"helpers": {
|
|
68
68
|
"addMembersToNeetoProducts": "Add {{- emails, boldList}} to the following neeto products.",
|
|
69
|
+
"manageProducts": "Too many products? <button>Disable some</button> of these products.",
|
|
69
70
|
"configPermissions": "Configure permissions for the modules.",
|
|
70
|
-
"enterMultipleEmails": "
|
|
71
|
+
"enterMultipleEmails": "Press space, comma, tab or enter key to add multiple email addresses.",
|
|
71
72
|
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
72
73
|
"metaNameWithCount_other": "{{totalCount}} {{taxonomies.member.plural}}",
|
|
73
74
|
"moreInfoAboutPermissions": "More information about roles and permissions",
|