diff --git a/program/filters.py b/program/filters.py index 153b23f925bd823f3a0846e0b8befd2c9c424315..94578a8cfba8e137dac3218337dec4f1f36a938f 100644 --- a/program/filters.py +++ b/program/filters.py @@ -70,7 +70,7 @@ class ShowFilterSet(StaticFilterHelpTextMixin, filters.FilterSet): ) host_ids = IntegerInFilter( field_name="hosts", - help_text="Return only shows assigned to the given host(s).", + help_text="Return only shows hosted by the given profile ID(s).", ) is_active = filters.BooleanFilter( field_name="is_active",