diff --git a/adhocracy4/follows/static/follows/FollowButton.jsx b/adhocracy4/follows/static/follows/FollowButton.jsx
index 11257e36f..f38389c89 100644
--- a/adhocracy4/follows/static/follows/FollowButton.jsx
+++ b/adhocracy4/follows/static/follows/FollowButton.jsx
@@ -12,7 +12,7 @@ const translated = {
followingDescription: django.gettext(
'Click to no longer be updated about this project via email.'
),
- followAlert: django.gettext('From now on, we\'ll keep you updated on all changes. Make sure email notifications are enabled in your %(linkStart)s profile settings%(linkEnd)s'),
+ followAlert: django.gettext('From now on, we\'ll keep you updated on all changes.
Make sure email notifications are enabled in your %(linkStart)s profile settings%(linkEnd)s'),
followingAlert: django.gettext('You will no longer be updated via email.'),
follow: django.gettext('Follow'),
following: django.gettext('Following')
diff --git a/adhocracy4/follows/static/follows/__tests__/FollowButton.jest.jsx b/adhocracy4/follows/static/follows/__tests__/FollowButton.jest.jsx
index 1cd2ce80c..cd5ba92e5 100644
--- a/adhocracy4/follows/static/follows/__tests__/FollowButton.jest.jsx
+++ b/adhocracy4/follows/static/follows/__tests__/FollowButton.jest.jsx
@@ -88,7 +88,11 @@ test('Test AlertPortal renders correctly with existing target', async () => {
render(