@omnia/wcm 7.9.51-preview → 7.9.52-preview

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.
@@ -316,11 +316,12 @@ export declare module PublishingAppLocalization {
316
316
  };
317
317
  EnableEditNotifications: string;
318
318
  NotifyForEdit: {
319
- SectionTitle: string;
319
+ SectionLabel: string;
320
320
  NoteTitle: string;
321
- NoteContent: string;
321
+ Note: string;
322
322
  VariationAuthor: string;
323
323
  PagePropertyUsers: string;
324
+ UserPropertyPickerLabel: string;
324
325
  };
325
326
  };
326
327
  StatisticProvider: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.51-preview",
4
+ "version": "7.9.52-preview",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"