diff --git a/src/.vitepress/sidebar/en.js b/src/.vitepress/sidebar/en.js
index 43513154..3706b815 100644
--- a/src/.vitepress/sidebar/en.js
+++ b/src/.vitepress/sidebar/en.js
@@ -111,7 +111,7 @@ export default {
{ text: 'Synchronisation in Mergin Maps Mobile App', link: '/field/autosync/' },
{ text: 'Measurement Tools', link: '/field/measure/' },
{ text: 'Layers in Mergin Maps Mobile App', link: '/field/layers/' },
- { text: 'Feature Filtering', link: '/field/filtering/' },
+ { text: 'Filtering', link: '/field/filtering/' },
{ text: 'Map Sketching', link: '/field/map-sketching/' },
{ text: 'Photo Sketching', link: '/field/photo-sketching/' },
{ text: 'How to Add, Edit, Delete Features', link: '/field/mobile-features/' },
diff --git a/src/field/filtering/index.md b/src/field/filtering/index.md
index b7679980..5707ddc4 100644
--- a/src/field/filtering/index.md
+++ b/src/field/filtering/index.md
@@ -2,7 +2,7 @@
description: Add custom filters to sort and display only those features that you need during your field survey.
---
-# Feature Filtering in Mergin Maps Mobile App
+# Filtering Features in Mergin Maps Mobile App
[[toc]]
Custom filters can be added to the to easily filter features displayed on the map as well as in the [survey layers](../layers/#browsing-features).
@@ -12,7 +12,7 @@ You can read about this feature also on our blog , the filter types looks as follows:
+In the , the filters look like this:

diff --git a/src/index.md b/src/index.md
index e1c9272a..e771a7e3 100644
--- a/src/index.md
+++ b/src/index.md
@@ -105,7 +105,7 @@ The ecosystem consist of various components:
- [Synchronisation in ](./field/autosync/)
- [Measurement Tools](./field/measure/)
- [Layers in ](./field/layers/)
-- [Feature Filtering in ](./field/filtering/)
+- [Filtering Features in ](./field/filtering/)
- [Map Sketching in ](./field/map-sketching/)
- [Photo Sketching in ](./field/photo-sketching/)
- [How to Add, Edit, Delete Features](./field/mobile-features/)