@kumori/aurora-interfaces 1.0.21 → 1.0.22
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/enums/errorsEnum.ts +1 -2
- package/package.json +1 -1
package/enums/errorsEnum.ts
CHANGED
|
@@ -330,8 +330,7 @@ export const errors = {
|
|
|
330
330
|
},
|
|
331
331
|
validation: {
|
|
332
332
|
negativeValuesNotAllowed: "Negative values are not allowed.",
|
|
333
|
-
exceedsEnvironmentMax:
|
|
334
|
-
"This number exceeds the maximum allowed for the environment.",
|
|
333
|
+
exceedsEnvironmentMax: "Maximum not allowed",
|
|
335
334
|
minReplicasGtZero: "Minimum replicas must be greater than 0",
|
|
336
335
|
hysteresisGtZero: "Cooling period must be greater than 0",
|
|
337
336
|
},
|