Update magic link sign-up email copy to be surface-agnostic (#2670)
Remove "on the Fizzy sign-up page" from the verification code email since users can now sign up via CLI, not just the web.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<p class="subtitle">Please enter this 6-character verification code on the Fizzy sign-in page:</p>
|
||||
<% else %>
|
||||
<h1 class="title">Welcome to Fizzy!</h1>
|
||||
<p class="subtitle">Please enter this 6-character verification code on the Fizzy sign-up page to create your new account:</p>
|
||||
<p class="subtitle">Please enter this 6-character verification code to finish creating your account:</p>
|
||||
<% end %>
|
||||
|
||||
<strong class="txt-large"><%= @magic_link.code %></strong>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<% if @magic_link.for_sign_in? %>
|
||||
Please enter this 6-character verification code on the Fizzy sign-in page:
|
||||
<% else %>
|
||||
Please enter this 6-character verification code on the Fizzy sign-up page to create your new account:
|
||||
Please enter this 6-character verification code to finish creating your account:
|
||||
<% end %>
|
||||
|
||||
<%= @magic_link.code %>
|
||||
|
||||
Reference in New Issue
Block a user