chore: rephrase warning message
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user