Skip to content

Commit f4ca2a7

Browse files
committed
CCM-15036: fix typo
1 parent 410e69e commit f4ca2a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/__tests__/app/edit-template-campaign/[templateId]/__snapshots__/page.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ exports[`valid template matches snapshot on initial render 1`] = `
7979
</span>
8080
</h3>
8181
<p>
82-
Not all campaigns support the printing and postage options. If you change the campaign, you may need to choose your printing and postage option again.
82+
Not all campaigns support the same printing and postage options. If you change the campaign, you may need to choose your printing and postage option again.
8383
</p>
8484
</div>
8585
<select
@@ -231,7 +231,7 @@ exports[`valid template renders errors when blank form is submitted and error st
231231
</span>
232232
</h3>
233233
<p>
234-
Not all campaigns support the printing and postage options. If you change the campaign, you may need to choose your printing and postage option again.
234+
Not all campaigns support the same printing and postage options. If you change the campaign, you may need to choose your printing and postage option again.
235235
</p>
236236
</div>
237237
<span

frontend/src/content/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ const editTemplateCampaignPage = {
18541854
hint: 'Choose which campaign this letter is for',
18551855
warningCallout: {
18561856
label: 'Important',
1857-
text: 'Not all campaigns support the printing and postage options. If you change the campaign, you may need to choose your printing and postage option again.',
1857+
text: 'Not all campaigns support the same printing and postage options. If you change the campaign, you may need to choose your printing and postage option again.',
18581858
},
18591859
errors: {
18601860
empty: 'Choose a campaign',

0 commit comments

Comments
 (0)