diff --git a/frontend/src/components/ListViews/ListRows.vue b/frontend/src/components/ListViews/ListRows.vue index a8fa6125..0fead883 100644 --- a/frontend/src/components/ListViews/ListRows.vue +++ b/frontend/src/components/ListViews/ListRows.vue @@ -5,10 +5,13 @@
-
{{ __('Status') }} -
+
{{ __(group.label) }} -
- -
{{ group.group }}
+ +
+ {{ __('Empty') }} +
+
{{ group.group }}
@@ -37,7 +40,6 @@ diff --git a/frontend/src/pages/Leads.vue b/frontend/src/pages/Leads.vue index 81e80be2..a8bb010e 100644 --- a/frontend/src/pages/Leads.vue +++ b/frontend/src/pages/Leads.vue @@ -65,6 +65,7 @@