impaktapps-ui-builder 1.0.143 → 1.0.144

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.
@@ -7943,7 +7943,7 @@ const buildPropertiesSection = function(type) {
7943
7943
  getInputField("nameKey", "Key for Name"),
7944
7944
  getInputField("imageKey", "Key for Image"),
7945
7945
  getInputField("scoreKey", "Key for comparing parameter"),
7946
- getRadioInputField("isScoreAmount", "Is score an Amount", ["YES", "No"]),
7946
+ getRadioInputField("isScoreAmount", "Is Score an Amount Type", ["YES", "No"]),
7947
7947
  emptyBox$1("LeaderBoardEmpty1", { xs: 6, sm: 6, md: 0, lg: 3 })
7948
7948
  ];
7949
7949
  break;