From 26c39bd9d493c2d97fbf5f856ebf21f0bee7c2d2 Mon Sep 17 00:00:00 2001 From: agnesthealien Date: Sun, 22 Mar 2026 02:27:45 -0400 Subject: [PATCH] also changed a few things in intro module --- app/views/home/_intro_module.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/_intro_module.html.erb b/app/views/home/_intro_module.html.erb index d4ec4a3..20d2b32 100755 --- a/app/views/home/_intro_module.html.erb +++ b/app/views/home/_intro_module.html.erb @@ -1,7 +1,7 @@

<%= ts("A fan-created, fan-run, nonprofit, noncommercial archive for transformative fanworks, like fanfiction, fanart, fan videos, and podfic") %>

<%= ts("more than %{fandom_count} fandoms | %{user_count} users | %{work_count} works", fandom_count: content_tag(:span, number_with_delimiter(@fandom_count), class: "count"), user_count: content_tag(:span, number_with_delimiter(@user_count), class: "count"), work_count: content_tag(:span, number_with_delimiter(@work_count), class: "count")).html_safe %>

-

<%= ts("Sunset is a project dedicated to hosting femslash (F/F, F/NB, NB/NB) fanworks.") %>

+

<%= ts("Sunset is a project dedicated to hosting F/F, F/NB, and NB/NB fanworks.") %>