diff --git a/ietf/templates/meeting/agenda.html b/ietf/templates/meeting/agenda.html index 9b7e35b91..0c52d2157 100644 --- a/ietf/templates/meeting/agenda.html +++ b/ietf/templates/meeting/agenda.html @@ -58,8 +58,8 @@
{% endif %} {% include 'meeting/tz-display.html' with meeting_timezone=timezone only %} - {% include "meeting/agenda_filter.html" with filter_categories=filter_categories customize_button_text="Personalize the agenda view..." always_show=personalize %} - {% include "meeting/agenda_personalize_buttonlist.html" with meeting=schedule.meeting only %} + {% include "meeting/agenda_filter.html" with filter_categories=filter_categories customize_button_text="Filter this agenda view..." always_show=personalize %} + {% include "meeting/agenda_personalize_buttonlist.html" with meeting=schedule.meeting personalize=personalize only %}