From 7e95323045b559bbbb637ffd2cf045e15241450d Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 17 Jul 2019 13:56:32 +0200 Subject: Handler::Users: Improve "hide my list" checkbox description To mention that it also affects the API and database dumps. It's always been like this and was already mentioned in the privacy policy, this just makes it more explicit. --- lib/VNDB/Handler/Users.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm index e27f05ea..875623a7 100644 --- a/lib/VNDB/Handler/Users.pm +++ b/lib/VNDB/Handler/Users.pm @@ -523,8 +523,9 @@ sub edit { [ part => title => 'Options' ], [ check => short => 'hide_list', name => - qq{Don't allow other people to see my visual novel list (/u$uid/list), - votes (/u$uid/votes) and wishlist (/u$uid/wish).} ], + qq{Don't allow other people to see my visual novel list, + votes and wishlist, + and exclude these lists from the database dumps and API.} ], [ check => short => 'show_nsfw', name => 'Disable warnings for images that are not safe for work.' ], [ check => short => 'traits_sexual', name => 'Show sexual traits by default on character pages.' ], [ check => short => 'tags_all', name => 'Show all tags by default on visual novel pages.' ], -- cgit v1.2.3