From 7d003cefd76dc62e6560674cc9898061cb569e00 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Thu, 23 Jan 2020 14:59:21 +0530 Subject: [PATCH] chore: rephrase warning message --- components/collections/addCollection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collections/addCollection.vue b/components/collections/addCollection.vue index 0348c87a6..c39b7b257 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/addCollection.vue @@ -57,7 +57,7 @@ export default { methods: { addNewCollection() { if (!this.$data.name) { - this.$toast.info('Please provide a name') + this.$toast.info('Please provide a valid name for the collection') return; } this.$store.commit("postwoman/addNewCollection", {