refactor: use localizable string

This commit is contained in:
jamesgeorge007
2020-02-07 14:54:09 +05:30
parent 6037daedcd
commit 6575d03f45

View File

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