@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/03e8125ab4cbce05/03e8125ab4cbce05.gz +0 -0
- package/6d232cc269feaaa8/6d232cc269feaaa8.gz +0 -0
- package/7b96d5609869079b/7b96d5609869079b.gz +0 -0
- package/8d8f89b93ef7e3e5/8d8f89b93ef7e3e5.gz +0 -0
- package/package.json +1 -1
- package/src/provider/form-factory-provider.tsx +2 -2
- package/translations/en.json +2 -2
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -110,8 +110,8 @@ export const FormFactoryProvider: React.FC<FormFactoryProviderProps> = ({
|
|
110
110
|
});
|
111
111
|
} else {
|
112
112
|
showSnackbar({
|
113
|
-
title: t('
|
114
|
-
subtitle: t('
|
113
|
+
title: t('submittedForm', 'Form submitted'),
|
114
|
+
subtitle: t('submittedFormDescription', 'Form submitted successfully'),
|
115
115
|
kind: 'success',
|
116
116
|
isLowContrast: true,
|
117
117
|
});
|
package/translations/en.json
CHANGED
@@ -9,8 +9,8 @@
|
|
9
9
|
"close": "Close",
|
10
10
|
"closeCamera": "Close camera",
|
11
11
|
"closesNotification": "Closes notification",
|
12
|
-
"
|
13
|
-
"
|
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",
|