@rh-support/manage 2.5.10 → 2.5.12

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.
@@ -132,7 +132,7 @@ export const ManageGroupUsers = () => {
132
132
  return (React.createElement(React.Fragment, null,
133
133
  React.createElement(AlertMessage, { variant: AlertType.INFO, show: loggedInUserRights.data.isOrgAdmin() &&
134
134
  !loggedInUsersAccount.data.hasGroupACLs &&
135
- !loggedInUserRights.data.isInternal(), isInline: true, className: "pf-v5-u-mb-md", title: t('Case Group ACL is not activated') },
135
+ !loggedInUserRights.data.isInternal(), isInline: true, className: "pf-v5-u-mb-md", title: t('Case Group ACL is not enabled') },
136
136
  React.createElement("p", null,
137
137
  React.createElement(Trans, { i18nKey: "i18nRequestControl" },
138
138
  "To use case groups to limit user access, enable the",
@@ -149,7 +149,7 @@ export const ManageGroupUsers = () => {
149
149
  React.createElement(AlertMessage, { variant: AlertType.INFO, show: loggedInUserRights.data.isInternal(), isInline: true, className: "pf-v5-u-mb-md", title: t('Case Group ACL is not available for internal users.') },
150
150
  React.createElement("p", null,
151
151
  React.createElement(Trans, { i18nKey: "i18nRequestControl" },
152
- "As an internal user you can use case group without ACL functinality. To use case groups to limit user access, customers can enable the",
152
+ "As an internal user you can use case group without ACL functionality. To use case groups to limit user access, customers can enable the",
153
153
  ' ',
154
154
  React.createElement("a", { href: "https://access.redhat.com/articles/170453", target: "_blank", rel: "noopener noreferrer" }, "Case Group Access Control Lists (ACL)"),
155
155
  ' ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/manage",
3
- "version": "2.5.10",
3
+ "version": "2.5.12",
4
4
  "description": "Customer Support Manage App",
5
5
  "author": "Jordan Eudy <jeudy100@gmail.com>",
6
6
  "license": "ISC",
@@ -103,5 +103,5 @@
103
103
  "defaults and supports es6-module",
104
104
  "maintained node versions"
105
105
  ],
106
- "gitHead": "1eeedd5135ac6a9b24533268c5a260d164a3811e"
106
+ "gitHead": "cec3f61d7f6e4c28f1361e972e6e24dcef9bf645"
107
107
  }