Skip to content

Commit

Permalink
Fix product disclaimer punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed Nov 7, 2023
1 parent 088db80 commit da04941
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Filters/DateFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dayjs.extend(dayjsIsBetween);
dayjs.extend(dayjsUtc);

const WARN_SERIES_BREAK =
'CFPB updated product and issue options in April 2017 and August 2023';
'CFPB updated product and issue options in April 2017 and August 2023.';

const LEARN_SERIES_BREAK =
'https://www.consumerfinance.gov/data-research/consumer-complaints/#past-changes';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`component::DateFilter snapshot shows a warning for April 2017 1`] = `
className="u-mt15"
>
CFPB updated product and issue options in April 2017 and August 2023
CFPB updated product and issue options in April 2017 and August 2023.
<a
aria-label="Learn more about Product and Issue changes (opens in new window)"
Expand Down Expand Up @@ -211,7 +211,7 @@ exports[`component::DateFilter snapshot shows errors 1`] = `
className="u-mt15"
>
CFPB updated product and issue options in April 2017 and August 2023
CFPB updated product and issue options in April 2017 and August 2023.
<a
aria-label="Learn more about Product and Issue changes (opens in new window)"
Expand Down Expand Up @@ -392,7 +392,7 @@ exports[`component::DateFilter snapshot supports no dates in the Redux Store 1`]
className="u-mt15"
>
CFPB updated product and issue options in April 2017 and August 2023
CFPB updated product and issue options in April 2017 and August 2023.
<a
aria-label="Learn more about Product and Issue changes (opens in new window)"
Expand Down

0 comments on commit da04941

Please sign in to comment.