@byu-oit/vue-decision-processing-components 8.37.0-1 → 8.37.0-2

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.
@@ -80,11 +80,11 @@ export default {
80
80
  case 'fail':
81
81
  return 'Requires additional attention.'
82
82
  case 'error':
83
- return 'An error occurred. Try again later.'
83
+ return 'An error occurred. Could not find a unique match.'
84
84
  case 'indeterminate':
85
85
  return 'No data available.'
86
86
  default:
87
- return 'An error occurred. Try again later.'
87
+ return 'An error occurred. Could not find a unique match.'
88
88
  }
89
89
  }
90
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byu-oit/vue-decision-processing-components",
3
- "version": "8.37.0-1",
3
+ "version": "8.37.0-2",
4
4
  "description": "Vue components shared between decision processing systems for the CES schools.",
5
5
  "dependencies": {
6
6
  "@fortawesome/fontawesome-free": "^5.15.4",