diff --git a/src/views/Event/ParticipantsView.vue b/src/views/Event/ParticipantsView.vue
index 847d44f99..f75087017 100644
--- a/src/views/Event/ParticipantsView.vue
+++ b/src/views/Event/ParticipantsView.vue
@@ -220,39 +220,37 @@
{{ t("No participant matches the filters") }}
-
-
-
- {{
- t(
- "No participant to approve|Approve participant|Approve {number} participants",
- { number: checkedRows.length },
- checkedRows.length
- )
- }}
-
-
- {{
- t(
- "No participant to reject|Reject participant|Reject {number} participants",
- { number: checkedRows.length },
- checkedRows.length
- )
- }}
-
-
-
+
+
+ {{
+ t(
+ "No participant to approve|Approve participant|Approve {number} participants",
+ { number: checkedRows.length },
+ checkedRows.length
+ )
+ }}
+
+
+ {{
+ t(
+ "No participant to reject|Reject participant|Reject {number} participants",
+ { number: checkedRows.length },
+ checkedRows.length
+ )
+ }}
+
+