diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/forms')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/forms/subscription.form.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/forms/subscription.form.js b/animism-align/frontend/app/views/viewer/forms/subscription.form.js index b3e8564..fcd9a38 100644 --- a/animism-align/frontend/app/views/viewer/forms/subscription.form.js +++ b/animism-align/frontend/app/views/viewer/forms/subscription.form.js @@ -49,7 +49,7 @@ export default class SubscriptionForm extends Component { onSubmit={this.handleSubmit} > <div className="subscription-callout"> - Stay up to date and get notified when the next episode is available + Subscribe to e-flux and get notified when the next episode is available. </div> <div className="subscription-row"> <input @@ -76,7 +76,7 @@ export default class SubscriptionForm extends Component { /> <span> {"I have read e-flux’s privacy policy "} - {"and agree that e-flux may send me emails to the email address "} + {"and agree that e-flux may send me announcements to the email address "} {"entered above and that my data will be processed for this "} {"purpose in accordance with e-flux’s "} <a href="/privacy">privacy policy.</a> |
