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