diff --git a/src/components/Discover/Map/Filter/Funnel.vue b/src/components/Discover/Map/Filter/Funnel.vue index 8fd3239..68e731e 100644 --- a/src/components/Discover/Map/Filter/Funnel.vue +++ b/src/components/Discover/Map/Filter/Funnel.vue @@ -112,7 +112,7 @@ export default { this.isLoading = true; await new Promise(resolve => setTimeout(resolve, 1000)); this.isLoading = false; - this.$toast.warning('No Data.'); + this.$toast.warning('No result.'); }; }, } diff --git a/src/components/Discover/Map/SidebarFilter.vue b/src/components/Discover/Map/SidebarFilter.vue index 85cf665..d5cf49e 100644 --- a/src/components/Discover/Map/SidebarFilter.vue +++ b/src/components/Discover/Map/SidebarFilter.vue @@ -666,7 +666,7 @@ export default { // this.isLoading = true; await new Promise(resolve => setTimeout(resolve, 1000)); this.isLoading = false; - this.$toast.warning('No Data.'); + this.$toast.warning('No result.'); }; }, /**