Skip to content

Commit

Permalink
Uodated incorrect email recipient hint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickseguraoddball committed Aug 29, 2023
1 parent f6a4eb0 commit 78df076
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/components/ShareExport/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6121,7 +6121,7 @@ exports[`ShareExportModal matches the snapshot 1`] = `
<p
class="text-base margin-y-1"
>
This will email a link to view this Model Plan within MINT.
If entering more than one address, separate with commas
</p>
<textarea
aria-labelledby="label-share-model-recipients hint-share-model-recipients"
Expand Down Expand Up @@ -6195,6 +6195,7 @@ exports[`ShareExportModal matches the snapshot 1`] = `
<button
class="usa-button margin-top-0"
data-testid="export-model-plan"
disabled=""
type="submit"
>
Share
Expand Down Expand Up @@ -12330,7 +12331,7 @@ exports[`ShareExportModal matches the snapshot 2`] = `
<p
class="text-base margin-y-1"
>
This will email a link to view this Model Plan within MINT.
If entering more than one address, separate with commas
</p>
<textarea
aria-labelledby="label-share-model-recipients hint-share-model-recipients"
Expand Down Expand Up @@ -12404,6 +12405,7 @@ exports[`ShareExportModal matches the snapshot 2`] = `
<button
class="usa-button margin-top-0"
data-testid="export-model-plan"
disabled=""
type="submit"
>
Share
Expand Down
2 changes: 1 addition & 1 deletion src/components/ShareExport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const ShareExportModal = ({
</Label>

<p className="text-base margin-y-1">
{generalReadOnlyT('modal.shareDescription')}
{generalReadOnlyT('modal.shareEmailInfo')}
</p>

<TextAreaField
Expand Down

0 comments on commit 78df076

Please sign in to comment.