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", {