Further copy tweaks

This commit is contained in:
Jason Zimdars
2025-11-06 14:21:37 -06:00
committed by Stanko K.R.
parent e7646fab96
commit 1316fd6dcb
2 changed files with 4 additions and 5 deletions
@@ -1,7 +1,7 @@
<% @page_title = "Creating your account" %>
<% @page_title = "Creating your account" %>
<div class="panel panel--centered flex flex-column gap-half <%= "shake" if flash[:alert] %>">
<h1 class="txt-x-large font-weight-black margin-none"><%= @page_title %></h1>
<h1 class="txt-x-large font-weight-black margin-block-end"><%= @page_title %></h1>
<%= form_with model: @signup, url: saas.signup_completion_url(script_name: "/#{@signup.tenant}"), scope: "signup", class: "flex flex-column gap", data: { turbo: false, controller: @signup.errors.blank? ? "form auto-submit" : "form" } do |form| %>
<%= form.hidden_field :membership_id %>
@@ -19,8 +19,7 @@
<% end %>
<button type="submit" class="btn btn--link center" data-form-target="submit">
<span>Continue</span>
<%= icon_tag "arrow-right" %>
<span>Done</span>
</button>
<% end %>
</div>
@@ -1,4 +1,4 @@
<% @page_title = "Sign up for Fizzy" %>
<% @page_title = "Complete your sign-up" %>
<div class="panel panel--centered flex flex-column gap-half <%= "shake" if flash[:alert] %>">
<h1 class="txt-x-large font-weight-black margin-block-end"><%= @page_title %></h1>