@openmrs/esm-form-engine-lib 2.1.0-pre.1362 → 2.1.0-pre.1366

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-form-engine-lib",
3
- "version": "2.1.0-pre.1362",
3
+ "version": "2.1.0-pre.1366",
4
4
  "description": "React Form Engine for O3",
5
5
  "browser": "dist/openmrs-esm-form-engine-lib.js",
6
6
  "main": "src/index.ts",
@@ -110,8 +110,8 @@ export const FormFactoryProvider: React.FC<FormFactoryProviderProps> = ({
110
110
  });
111
111
  } else {
112
112
  showSnackbar({
113
- title: t('createdRecord', 'Record created'),
114
- subtitle: t('createdRecordDescription', 'A new encounter was created'),
113
+ title: t('submittedForm', 'Form submitted'),
114
+ subtitle: t('submittedFormDescription', 'Form submitted successfully'),
115
115
  kind: 'success',
116
116
  isLowContrast: true,
117
117
  });
@@ -9,8 +9,8 @@
9
9
  "close": "Close",
10
10
  "closeCamera": "Close camera",
11
11
  "closesNotification": "Closes notification",
12
- "createdRecord": "Record created",
13
- "createdRecordDescription": "A new encounter was created",
12
+ "submittedForm": "Form submitted",
13
+ "submittedFormDescription": "Form submitted successfully",
14
14
  "errorDescription": "{{errors}}",
15
15
  "errorDescriptionTitle": "Error on saving form",
16
16
  "errorRenderingField": "Error rendering field",