From 2141dfc9b87a9bde18741aeccbd988dbbc259fdc Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 21 Nov 2025 16:31:07 -0600 Subject: [PATCH] Copy edits --- app/views/join_codes/inactive.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/join_codes/inactive.html.erb b/app/views/join_codes/inactive.html.erb index 1bddb6e42..375a0e6cc 100644 --- a/app/views/join_codes/inactive.html.erb +++ b/app/views/join_codes/inactive.html.erb @@ -1,12 +1,12 @@ -<% @page_title = "You can't join #{@join_code.account.name} right now." %> +<% @page_title = "That code is all used up" %>

<%= @page_title %>

-

This join code has no invitations left on it.

+

Ask someone from <%= @join_code.account.name %> to send you a new link or increase the limit.

- <%= link_to "Check out Fizzy", "https://www.fizzy.do" %>. + <%= link_to "OK", "https://www.fizzy.do", class: "btn btn--link" %>