diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index fbe185d520b..1236037b605 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -9,6 +9,18 @@ +

+ <%= ts("Any personal information you post on your public AO3 profile, + including your religious or political views, health, racial background, + country of origin, sexual identity and/or personal relationships, + will be accessible by the general public. Read more about our updated + Age and Privacy policies, and see how the AO3 collects data when + you're on the site, and why we don't sell it to third parties + in the %{tos}.", + tos: link_to(ts("Privacy section of AO3 Terms of Service"), tos_path(anchor: "privacy")) + ).html_safe %> +

+

<%= ts("Change Profile") %>

<%= form_for(@user) do |f| %>