diff --git a/packages/nc-gui/components/dashboard/settings/Misc.vue b/packages/nc-gui/components/dashboard/settings/Misc.vue
index 8581376ed1..f9fc040d6b 100644
--- a/packages/nc-gui/components/dashboard/settings/Misc.vue
+++ b/packages/nc-gui/components/dashboard/settings/Misc.vue
@@ -14,22 +14,22 @@ watch(includeM2M, async () => await loadTables())
- {{ $t('msg.info.showM2mTables') }}
- {{ $t('msg.info.showM2mTablesDesc')}}
+ {{ $t('msg.info.showM2mTables') }}
+ {{ $t('msg.info.showM2mTablesDesc') }}
- {{ $t('msg.info.showNullInCells')}}
- {{ $t('msg.info.showNullInCellsDesc')}}
+ {{ $t('msg.info.showNullInCells') }}
+ {{ $t('msg.info.showNullInCellsDesc') }}
- {{ $t('msg.info.showNullAndEmptyInFilter')}}
- {{ $t('msg.info.showNullAndEmptyInFilterDesc')}}
+ {{ $t('msg.info.showNullAndEmptyInFilter') }}
+ {{ $t('msg.info.showNullAndEmptyInFilterDesc') }}
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json
index 776c904996..d709d78c3e 100644
--- a/packages/nc-gui/lang/en.json
+++ b/packages/nc-gui/lang/en.json
@@ -630,8 +630,11 @@
"deleteViewConfirmation": "Are you sure you want to delete this view?",
"deleteTableConfirmation": "Do you want to delete the table",
"showM2mTables": "Show M2M Tables",
+ "showM2mTablesDesc": "Many-to-many relation is supported via a junction table & is hidden by default. Enable this option to list all such tables along with existing tables.",
"showNullInCells": "Show NULL in Cells",
+ "showNullInCellsDesc": "Display 'NULL' tag in cells holding NULL value. This helps differentiate against cells holding EMPTY string.",
"showNullAndEmptyInFilter": "Show NULL and EMPTY in Filter",
+ "showNullAndEmptyInFilterDesc": "Enable 'additional' filters to differentiate fields containing NULL & Empty Strings. Default support for Blank treats both NULL & Empty strings alike.",
"deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.",
"computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure",
"computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content.",