From 853458405253f09a10c64b88e2e79546789a4558 Mon Sep 17 00:00:00 2001 From: Jason Fried Date: Mon, 17 Nov 2025 13:14:12 -0800 Subject: [PATCH] Small copy adjustment on the new or sign in screen. --- app/views/sessions/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 68f0c7e83..dd2292601 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -1,7 +1,7 @@ <% @page_title = "Enter your email" %>
-

Let’s get you in to Fizzy

+

Get into Fizzy

<%= form_with url: session_path, class: "flex flex-column gap-half txt-medium" do |form| %>
@@ -10,7 +10,7 @@
-

If you’ve already got an account we’ll get you signed in. If you’re new here, we’ll set you up with your own Fizzy account.

+

New here? Enter your email to create an account. Already have an account? Enter your email and we'll get you signed in.