From 6575d03f45a99ffc5b351b6a5d9c0882a64f824d Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Fri, 7 Feb 2020 14:54:09 +0530 Subject: [PATCH] refactor: use localizable string --- components/collections/addCollection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collections/addCollection.vue b/components/collections/addCollection.vue index 0fa8bad3..9b173839 100644 --- a/components/collections/addCollection.vue +++ b/components/collections/addCollection.vue @@ -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", {