From 050aff5f69e7adcbcd58a9cd4f5cc8b4079294aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
Date: Sat, 1 Jun 2024 11:18:16 +0200
Subject: [PATCH] Usability fixes
---
modules/event-participants/Views/events-overview.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/event-participants/Views/events-overview.php b/modules/event-participants/Views/events-overview.php
index b0dd155..6d31497 100644
--- a/modules/event-participants/Views/events-overview.php
+++ b/modules/event-participants/Views/events-overview.php
@@ -36,10 +36,10 @@ function kompass_print_events_overview() {
echo ' ' .
'' . __('Edit', BDP_LV_PLUGIN_SLUG) . ' ' .
($event->signup_allowed ?
- '' . __('Deny registration', BDP_LV_PLUGIN_SLUG) . '' :
- '' . __('Allow registration', BDP_LV_PLUGIN_SLUG) . '') .
+ '' . __('Deny registration', BDP_LV_PLUGIN_SLUG) . '' :
+ '' . __('Allow registration', BDP_LV_PLUGIN_SLUG) . '') .
' ' .
- '' . __('Move to Archive', BDP_LV_PLUGIN_SLUG) . ' | ';
+ '' . __('Move to Archive', BDP_LV_PLUGIN_SLUG) . '';
echo '';
}
?>