Skip to content

Commit

Permalink
fixup! Add received tooltip to Appeals flows and modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bizz committed Nov 18, 2024
1 parent 72ab039 commit f848062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const ContactFlowColumn: React.FC<Props> = ({
<>
<Typography>
{t(
'Do not move a contact into this column called "Received". Due to an outdated feature, contacts must first be moved to"Committed". If the gift has been recorded, you can then move the contact into the column called "Given"',
'Do not move a contact into this column called "Received". Due to an outdated feature, contacts must first be moved to "Committed". If the gift has been recorded, you can then move the contact into the column called "Given".',
)}
</Typography>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export const PledgeModal: React.FC<PledgeModalProps> = ({
>
<Typography>
{t(
'Do not move a contact into this column called "Received". Due to an outdated feature, contacts must first be moved to"Committed". If the gift has been recorded, you can then move the contact into the column called "Given"',
'Do not move a contact into this column called "Received". Due to an outdated feature, contacts must first be moved to "Committed". If the gift has been recorded, you can then move the contact into the column called "Given".',
)}
</Typography>

Expand Down

0 comments on commit f848062

Please sign in to comment.