datastake-daf 0.6.333 → 0.6.334
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/dist/components/index.js
CHANGED
|
@@ -53825,7 +53825,7 @@ function AdminTable({
|
|
|
53825
53825
|
children: /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
53826
53826
|
className: "semibold form-input-output daf-create-view",
|
|
53827
53827
|
children: [/*#__PURE__*/jsxRuntime.jsx(DAFHeader, {
|
|
53828
|
-
title: t(headerTitle),
|
|
53828
|
+
title: t(`admin::${headerTitle}`),
|
|
53829
53829
|
actionButtons: actionButton,
|
|
53830
53830
|
breadcrumbs: breadcrumbs
|
|
53831
53831
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
package/dist/utils/index.js
CHANGED
|
@@ -7414,6 +7414,7 @@ const en = {
|
|
|
7414
7414
|
FB00006: "Account successfully activated",
|
|
7415
7415
|
FB00007: "Make sure that this has been properly communicated, as the account admin holds critical user management privileges.",
|
|
7416
7416
|
admin: {
|
|
7417
|
+
locations: "Locations",
|
|
7417
7418
|
"review-requests": "Review Requests",
|
|
7418
7419
|
"create-account": "Create Account",
|
|
7419
7420
|
"manage-users": "Manage Users",
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@ export default function AdminTable({
|
|
|
25
25
|
return (
|
|
26
26
|
<>
|
|
27
27
|
<div className="semibold form-input-output daf-create-view">
|
|
28
|
-
<Header title={t(headerTitle)} actionButtons={actionButton} breadcrumbs={breadcrumbs} />
|
|
28
|
+
<Header title={t(`admin::${headerTitle}`)} actionButtons={actionButton} breadcrumbs={breadcrumbs} />
|
|
29
29
|
<div className="column start table-content">
|
|
30
30
|
<div className="mt-6 ml-6 mr-6">
|
|
31
31
|
<div className="flex flex-row">
|
|
@@ -1304,6 +1304,7 @@ const en = {
|
|
|
1304
1304
|
FB00007:
|
|
1305
1305
|
"Make sure that this has been properly communicated, as the account admin holds critical user management privileges.",
|
|
1306
1306
|
admin: {
|
|
1307
|
+
locations: "Locations",
|
|
1307
1308
|
"review-requests": "Review Requests",
|
|
1308
1309
|
"create-account": "Create Account",
|
|
1309
1310
|
"manage-users": "Manage Users",
|