Update null search term toast message
authorAdam Dullage <redacted>
Fri, 3 May 2024 17:41:50 +0000 (18:41 +0100)
committerAdam Dullage <redacted>
Fri, 3 May 2024 17:41:50 +0000 (18:41 +0100)
client/partials/SearchInput.vue

index a80fd0ec2603a4d00a8fdb63a4da1635144e3e82..408798bf29ce46006565b8f11315d18b3ce1f6aa 100644 (file)
@@ -37,7 +37,7 @@ function search() {
       query: { [constants.params.searchTerm]: searchTerm.value },
     });
   } else {
-    toast.add(getToastOptions("Error", "Please enter a search term", true));
+    toast.add(getToastOptions("Error", "Please enter a search term.", true));
   }
 }
 </script>
git clone https://git.99rst.org/PROJECT