From 82d7539ec6fe9376261cfd7620824928cffaf56c Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sat, 25 Jan 2020 22:17:57 +0100
Subject: [PATCH] Fix link and text.

---
 .../alsijil/templates/alsijil/manage_personal_note_filter.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/apps/alsijil/templates/alsijil/manage_personal_note_filter.html b/aleksis/apps/alsijil/templates/alsijil/manage_personal_note_filter.html
index 1e42f0a5e..e41e8e3e3 100644
--- a/aleksis/apps/alsijil/templates/alsijil/manage_personal_note_filter.html
+++ b/aleksis/apps/alsijil/templates/alsijil/manage_personal_note_filter.html
@@ -8,7 +8,7 @@
 {% block content %}
   {% if personal_note_filter %}
     <a href="{% url 'delete_personal_note_filter' personal_note_filter.id %}" class="waves-effect waves-dark btn red">
-      <i class="material-icons">add</i>{% blocktrans %}Add filter{% endblocktrans %}
+      <i class="material-icons">delete</i>{% blocktrans %}Delete filter{% endblocktrans %}
     </a>
   {% endif %}
 
-- 
GitLab