=== modified file 'dashboard_app/templates/dashboard_app/filter_add.html'
@@ -8,9 +8,9 @@
{% block content %}
{% if form.instance.pk %}
-<h1>[BETA] Edit filter “{{ form.instance.name }}”…</h1>
+<h1>Edit filter “{{ form.instance.name }}”…</h1>
{% else %}
-<h1>[BETA] Add new filter…</h1>
+<h1>Add new filter…</h1>
{% endif %}
<form action="" method="post">
=== modified file 'dashboard_app/templates/dashboard_app/filter_delete.html'
@@ -2,7 +2,7 @@
{% load i18n %}
{% block content %}
-<h1>[BETA] Delete filter {{ filter.name }}</h1>
+<h1>Delete filter {{ filter.name }}</h1>
<form action="" method="POST">
{% csrf_token %}
=== modified file 'dashboard_app/templates/dashboard_app/filter_detail.html'
@@ -4,7 +4,7 @@
{% block content %}
-<h1>[BETA] Filter {{ filter.name }}</h1>
+<h1>Filter {{ filter.name }}</h1>
{% include "dashboard_app/filter_summary.html" with filter_data=filter.as_data %}
=== modified file 'dashboard_app/templates/dashboard_app/filter_preview.html'
@@ -9,9 +9,9 @@
{% block content %}
{% if form.instance.pk %}
-<h1>[BETA] Previewing changes to filter “{{ form.instance.name }}”</h1>
+<h1>Previewing changes to filter “{{ form.instance.name }}”</h1>
{% else %}
-<h1>[BETA] Previewing new filter “{{ form.name.value }}”</h1>
+<h1>Previewing new filter “{{ form.name.value }}”</h1>
{% endif %}
{% include "dashboard_app/filter_summary.html" with summary_data=filter.as_data %}
=== modified file 'dashboard_app/templates/dashboard_app/filter_subscribe.html'
@@ -4,7 +4,7 @@
{% block content %}
-<h1>[BETA] Subscribe to filter {{ filter.name }}</h1>
+<h1>Subscribe to filter {{ filter.name }}</h1>
<form action="" method="POST">
{% csrf_token %}
=== modified file 'dashboard_app/templates/dashboard_app/filters_list.html'
@@ -3,7 +3,7 @@
{% load django_tables2 %}
{% block content %}
-<h1>[BETA] Filters</h1>
+<h1>Filters</h1>
<p>
A filter matches test runs by a number of criteria.