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 ''; } ?>