@forwardslashns/taskit-validation-messages 1.10.27 → 1.10.30
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.
|
@@ -143,7 +143,7 @@ exports.TEMPLATE_RECURRENCE_SETTINGS = (0, validation_message_types_1.defineVali
|
|
|
143
143
|
},
|
|
144
144
|
DUE_DAY_INVALID: {
|
|
145
145
|
severity: validation_message_types_1.VALIDATION_SEVERITY.ERROR,
|
|
146
|
-
message: 'Due day must be a value between 0 and
|
|
146
|
+
message: 'Due day must be a value between 0 and 28.',
|
|
147
147
|
affectedFields: ['dueDay'],
|
|
148
148
|
},
|
|
149
149
|
EXTEND_MONTH_REQUIRED: {
|
package/package.json
CHANGED
|
@@ -148,7 +148,7 @@ export const TEMPLATE_RECURRENCE_SETTINGS = defineValidationFeatureMessages({
|
|
|
148
148
|
},
|
|
149
149
|
DUE_DAY_INVALID: {
|
|
150
150
|
severity: VALIDATION_SEVERITY.ERROR,
|
|
151
|
-
message: 'Due day must be a value between 0 and
|
|
151
|
+
message: 'Due day must be a value between 0 and 28.',
|
|
152
152
|
affectedFields: ['dueDay'],
|
|
153
153
|
},
|
|
154
154
|
EXTEND_MONTH_REQUIRED: {
|