refactor: use localizable string

This commit is contained in:
jamesgeorge007
2020-02-07 14:52:06 +05:30
parent a351abd5d9
commit 6037daedcd
2 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ export default {
methods: {
saveCollection() {
if (!this.$data.name) {
this.$toast.info("Please provide a valid name for the collection");
this.$toast.info($t("invalid_collection_name"));
return;
}
const collectionUpdated = {