diff --git a/app/src/interfaces/_system/system-filter/nodes.vue b/app/src/interfaces/_system/system-filter/nodes.vue
index bc194439b2..f4dc3681e9 100644
--- a/app/src/interfaces/_system/system-filter/nodes.vue
+++ b/app/src/interfaces/_system/system-filter/nodes.vue
@@ -58,9 +58,19 @@
- {{ filterInfo[index].name === '_and' ? t('interfaces.filter.all') : t('interfaces.filter.any') }}
+ {{
+ filterInfo[index].name === '_and'
+ ? t('interfaces.filter.logic_type_and')
+ : t('interfaces.filter.logic_type_or')
+ }}
+
+
+ {{
+ `— ${filterInfo[index].name === '_and' ? t('interfaces.filter.all') : t('interfaces.filter.any')} ${t(
+ 'interfaces.filter.of_the_following'
+ )}`
+ }}
- {{ t('interfaces.filter.of_the_following') }}