@flexem/fc-gui 3.0.0-alpha.108 → 3.0.0-alpha.109
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/CHANGELOG.md +6 -1
- package/bundles/@flexem/fc-gui.umd.js +1 -1
- package/bundles/@flexem/fc-gui.umd.js.map +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js +1 -1
- package/bundles/@flexem/fc-gui.umd.min.js.map +1 -1
- package/localization/localization.service.js +1 -1
- package/localization/localization.service.metadata.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22897,7 +22897,7 @@ const DefaultLocalization = {
|
|
|
22897
22897
|
canNotBeNegative: 'Can not be negative',
|
|
22898
22898
|
valueOutOfRange: 'Numerical value is out of range',
|
|
22899
22899
|
timeout: 'timeout',
|
|
22900
|
-
confirmOperationPrompt: '
|
|
22900
|
+
confirmOperationPrompt: 'Are you sure you want to perform this operation?',
|
|
22901
22901
|
confirm: 'Yes',
|
|
22902
22902
|
cancel: 'Cancel',
|
|
22903
22903
|
characterInputRequired: 'Character input can\'t be empty',
|