Update copy

This commit is contained in:
Stanko K.R.
2025-12-03 15:44:20 +01:00
parent 84213265e7
commit 92b7c4a86c
@@ -8,9 +8,12 @@
<p class="margin-none">Something went wrong.</p>
</header>
<p class="margin-none">
It looks like the email confirmation link is no longer valid.
Try changing your email address again from <%= link_to "your profile", edit_user_url(script_name: @user.account.slug, id: @user) %>.
If that doesn't help, please <%= mail_to "send us an email", "support@fizzy.do" %>.
<p>
It looks like this email confirmation link is no longer valid. They last only 30 minues.
Try changing your email address again from <%= link_to "your profile", edit_user_url(script_name: @user.account.slug, id: @user) %>.
</p>
<p>
If that doesn't help, please <%= mail_to "support@fizzy.do", "send us an email" %>.
</p>
</div>