Skip to content

Commit 9e7a9bd

Browse files
committed
Change wording of newsletter registration to 'get notified when there are updates'
1 parent f45c424 commit 9e7a9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/sections/NewsletterSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class NewsletterSection extends React.Component {
100100
render = () => {
101101
return <Container className="text-center">
102102
{/*TODO Translate*/}
103-
<h2>Let us notify you when CryFS is stable!</h2>
103+
<h2>Get notified when there are updates!</h2>
104104
<div className={css(style.registrationBox)}>
105105
<Form className="justify-content-center">
106106
<Row>

0 commit comments

Comments
 (0)