Skip to content

Commit

Permalink
Description fix for subscription drawer (#1963)
Browse files Browse the repository at this point in the history
* update email text

* hard coded text

* linting & adding tenant_name

* add get_tenant name method to submission service

* update text
  • Loading branch information
djnunez-aot authored Aug 4, 2023
1 parent 4088195 commit 69a5cf3
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ const Form = () => {
<Grid item xs={12}>
<MetParagraph>
The email list will collect email addresses for a mailing list. A "double-opt-in" email will be
sent to confirm the subscription.Only the email addresses that have been double-opted-in will be
on the list. Please include the unsubscribe link provided on the Email List screen in every
future communication. Unsubscribed email addresses will be removed from the list. Please
downloaded the list before each communication.
sent to confirm the subscription. Only the email addresses that have been double-opted-in will
be on the list.
</MetParagraph>
</Grid>
<Grid item xs={12} marginBottom="1em">
Expand Down

0 comments on commit 69a5cf3

Please sign in to comment.