@koloseum/utils 0.1.13 → 0.1.14
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/utils.js +4 -4
- package/package.json +1 -1
package/dist/utils.js
CHANGED
|
@@ -379,7 +379,7 @@ export const Utility = {
|
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
381
|
name: "KLSM",
|
|
382
|
-
description: "Management of store products and tracking of orders and payments.",
|
|
382
|
+
description: "Management of KLSM store products and tracking of orders and payments.",
|
|
383
383
|
slug: "commerce",
|
|
384
384
|
features: [
|
|
385
385
|
{
|
|
@@ -428,7 +428,7 @@ export const Utility = {
|
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
430
|
name: "Staff",
|
|
431
|
-
description: "Management of staff authorisation.",
|
|
431
|
+
description: "Management of Backroom staff authorisation.",
|
|
432
432
|
slug: "staff",
|
|
433
433
|
features: [
|
|
434
434
|
{
|
|
@@ -452,7 +452,7 @@ export const Utility = {
|
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
name: "Account",
|
|
455
|
-
description: "Review
|
|
455
|
+
description: "Review Backroom account settings and preferences.",
|
|
456
456
|
slug: "account",
|
|
457
457
|
features: [
|
|
458
458
|
{
|
|
@@ -462,7 +462,7 @@ export const Utility = {
|
|
|
462
462
|
},
|
|
463
463
|
{
|
|
464
464
|
name: "Notifications",
|
|
465
|
-
description: "Review and manage Backroom
|
|
465
|
+
description: "Review and manage Backroom notification preferences.",
|
|
466
466
|
slug: "notifications"
|
|
467
467
|
}
|
|
468
468
|
],
|