Skip to content

Commit

Permalink
Fixed extra period for ready status.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-oconnell committed Feb 9, 2024
1 parent 1a75e06 commit f2ea9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const CheckStatusReadyForPickup = () => {
<h1 data-testid="ready-for-pickup" className="h1" tabIndex={-1}>
{t('ready-for-pickup.has-been-printed')}
</h1>
<p>{t('ready-for-pickup.has-been-printed')}.</p>
<p>{t('ready-for-pickup.has-been-printed')}</p>
<AlertBlock page="status-ready-pickup" />
<AlertSection type="success" className="mb-8">
<h2 data-testid="check-receipt" className="h2 mt-0">
Expand Down

0 comments on commit f2ea9e9

Please sign in to comment.