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