@stokr/components-library 2.3.20 → 2.3.21

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.
@@ -151,7 +151,7 @@ var getVerifyIdentityChecklist = function getVerifyIdentityChecklist(isFromAllow
151
151
  message = 'Sorry, you are living in a country where this is not available';
152
152
  state = _ToDoList.ToDoTaskState.NOT_AVAILABLE;
153
153
  } else if (!kyc_status || kyc_status.toUpperCase() === 'DRAFT') {
154
- message = user_type === _globalVariables.UserTypes.investor_entity ? 'Scan your entity documents to get the green light from the anti-fraud squad' : 'Scan your ID to get the green light from the anti-fraud squad';
154
+ message = user_type === _globalVariables.UserTypes.investor_entity ? 'Upload your entity documents to get verified' : 'Scan your ID to get the green light from the anti-fraud squad';
155
155
  state = _ToDoList.ToDoTaskState.SKIPPED;
156
156
  hasLink = true;
157
157
  } else if (kyc_status.toUpperCase() === 'REJECTED' || kyc_status.toUpperCase() === 'ESCALATED' || kyc_status.toUpperCase() === 'IN PROGRESS' || kyc_status.toUpperCase() === 'INCONCLUSIVE' || kyc_status.toUpperCase() === 'APPROVED' || kyc_status.toUpperCase() === 'DENIED') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.20",
3
+ "version": "2.3.21",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",