diff --git a/frontend/src/components/misc/Icon.ts b/frontend/src/components/misc/Icon.ts
index ebd9ce7cd..f248e1a33 100644
--- a/frontend/src/components/misc/Icon.ts
+++ b/frontend/src/components/misc/Icon.ts
@@ -28,6 +28,7 @@ import {
faDownload,
faEllipsisH,
faEllipsisV,
+ faExclamation,
faExclamationCircle,
faEye,
faEyeSlash,
@@ -193,6 +194,7 @@ library.add(faFont)
library.add(faRulerHorizontal)
library.add(faUnderline)
library.add(faFaceLaugh)
+library.add(faExclamation)
// overwriting the wrong types
export default FontAwesomeIcon as unknown as FontAwesomeIconFixedTypes
\ No newline at end of file
diff --git a/frontend/src/components/tasks/partials/PriorityLabel.vue b/frontend/src/components/tasks/partials/PriorityLabel.vue
index d1f1ccdf9..894af1aa7 100644
--- a/frontend/src/components/tasks/partials/PriorityLabel.vue
+++ b/frontend/src/components/tasks/partials/PriorityLabel.vue
@@ -1,17 +1,22 @@
-
-
+
+
+
{{ $t('task.priority.unset') }}
@@ -25,7 +30,9 @@