diff --git a/src/components/Discover/Map/SidebarFilter.vue b/src/components/Discover/Map/SidebarFilter.vue index a757974..725f0d0 100644 --- a/src/components/Discover/Map/SidebarFilter.vue +++ b/src/components/Discover/Map/SidebarFilter.vue @@ -533,7 +533,7 @@ export default { this.isLoading = true; await new Promise(resolve => setTimeout(resolve, 1000)); this.isLoading = false; - this.$toast.success('Filter Success. Click on Funnel to view the configuration result.'); + this.$toast.success('Filter applied. Go to Funnel to verify.'); }else { this.reset(false); this.isLoading = true;