From d8f66a3eee66d7bc9420c6ed2a4830f12c6ffeef Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 9 Sep 2014 15:33:15 -0700 Subject: [PATCH] asset warning on anon download prevention setting --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index d7142e3bd..9b71f92c5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1002,7 +1002,7 @@ en: vacuum_db_days: "Run VACUUM FULL ANALYZE to reclaim DB space after migrations (set to 0 to disable)" - prevent_anons_from_downloading_files: "Prevent anonymous users from downloading files." + prevent_anons_from_downloading_files: "Prevent anonymous users from downloading files. WARNING: this will prevent any site assets posted as attachments from working." errors: invalid_email: "Invalid email address."