Copy edits

This commit is contained in:
Jason Zimdars
2025-11-21 16:31:07 -06:00
parent 3399b00139
commit 2141dfc9b8
+3 -3
View File
@@ -1,12 +1,12 @@
<% @page_title = "You can't join #{@join_code.account.name} right now." %>
<% @page_title = "That code is all used up" %>
<div class="panel panel--centered flex flex-column gap-half">
<h1 class="txt-x-large font-weight-black margin-none"><%= @page_title %></h1>
<p class="txt-medium">This join code has no invitations left on it.</p>
<p class="txt-medium margin-none">Ask someone from <%= @join_code.account.name %> to send you a new link or increase the limit.</p>
<p class="txt-medium">
<%= link_to "Check out Fizzy", "https://www.fizzy.do" %>.
<%= link_to "OK", "https://www.fizzy.do", class: "btn btn--link" %>
</p>
</div>