diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html
index 7910234..821a305 100644
--- a/src/app/task-table/task-table.component.html
+++ b/src/app/task-table/task-table.component.html
@@ -22,7 +22,7 @@
-
+
@@ -51,11 +51,12 @@
|
+ Priorität:
- Priotität
+ {{filterPriority || "All"}}
-
-
+
+
diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html
index 5c063d4..0a0242a 100644
--- a/src/app/userstory-table/userstory-table.component.html
+++ b/src/app/userstory-table/userstory-table.component.html
@@ -42,18 +42,21 @@
|
-
- Priotität
-
-
-
-
-
-
-
-
-
-
+
+ Priorität:
+
+ {{filterPriority || "All"}}
+
+
+
+
+
+
+
+
+
+
+
|
|