@omnia/workplace 7.6.54-preview → 7.6.55-preview

Sign up to get free protection for your applications and to get access to all the features.
@@ -96,7 +96,7 @@ export declare module FormsLocalization {
96
96
  DeleteFormMessage: string;
97
97
  };
98
98
  Validation: {
99
- EndDateMustBeSmallerThanStartDate: string;
99
+ EndDateMustBeGreaterThanStartDate: string;
100
100
  };
101
101
  CustomChartColors: string;
102
102
  Templates: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.6.54-preview",
4
+ "version": "7.6.55-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"