dce-reactkit 4.3.0 → 4.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -343,7 +343,7 @@ const SimpleDateChooser: React.FC<Props> = (props) => {
343
343
  // Ask the user if they want to edit the date
344
344
  const confirmed = await confirm(
345
345
  'Are you sure?',
346
- 'The current date is outside the normal range. If you edit it, you\'ll need to choose a new date in the normal range.',
346
+ `The current date is outside the ${numMonthsToShow} month range. If you edit it, you'll need to choose a new date in the normal range.`,
347
347
  {
348
348
  confirmButtonText: 'Edit Date',
349
349
  },