chore: rephrase warning message

This commit is contained in:
jamesgeorge007
2020-01-23 14:59:21 +05:30
parent f132de8dbb
commit 7d003cefd7

View File

@@ -57,7 +57,7 @@ export default {
methods: { methods: {
addNewCollection() { addNewCollection() {
if (!this.$data.name) { if (!this.$data.name) {
this.$toast.info('Please provide a name') this.$toast.info('Please provide a valid name for the collection')
return; return;
} }
this.$store.commit("postwoman/addNewCollection", { this.$store.commit("postwoman/addNewCollection", {