From 9022b643d081782a703d6c398f1580e268bb209f Mon Sep 17 00:00:00 2001 From: Echo Date: Fri, 7 Nov 2025 00:50:20 -0500 Subject: [PATCH] disclaimer on disabling stats (#616) --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 039d8f1..9363bd8 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -163,7 +163,7 @@ <%= f.label :allow_public_stats_lookup, "Allow public stats lookup", class: "text-sm text-gray-200" %> -

When enabled, others can view your coding statistics through public APIs.

+

When enabled, others can view your coding statistics through public APIs. Many Hack Club YSWS programs use this to track your progress. Disabling this can prevent you from participating in some programs.

<%= f.submit "Save Settings", class: "w-full px-4 py-2 bg-primary text-white font-medium rounded transition-colors duration-200 cursor-pointer" %> <% end %>