From d21a86587fa1d2faa2eca0fe8b90ed76158fe146 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 30 Jan 2022 19:24:33 +0000 Subject: [PATCH] Fix content_flags documentation --- app/flatpages/help/content_flags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/flatpages/help/content_flags.md b/app/flatpages/help/content_flags.md index a6ad821..0530d77 100644 --- a/app/flatpages/help/content_flags.md +++ b/app/flatpages/help/content_flags.md @@ -25,8 +25,8 @@ A flag can be: There are also two meta-flags, which are designed so that we can change how different platforms filter the package list without making a release. -* `android_default`: currently same as `*, deprecated`. Hides all content warnings, WIP packages, and deprecated packages -* `desktop_default`: currently same as `deprecated`. Hides all WIP and deprecated packages +* `android_default`: currently same as `*, deprecated`. Hides all content warnings and deprecated packages +* `desktop_default`: currently same as `deprecated`. Hides deprecated packages ## Content Warnings