diff --git a/app/MetaGer.php b/app/MetaGer.php
index aad740a2788f8b15be4b89c843aee8ddc9bd3288..286af4999ea439022378259ee1557e9575b44d24 100644
--- a/app/MetaGer.php
+++ b/app/MetaGer.php
@@ -270,6 +270,11 @@ class MetaGer
 
         $this->results = $paginatedSearchResults;
 
+        if( LaravelLocalization::getCurrentLocale() === "en" )
+        {
+            $this->ads = [];
+        }
+
         $this->validated = false;
         if( isset($this->password) )
         {