refactor: use localizable string
This commit is contained in:
parent
6037daedcd
commit
6575d03f45
1 changed files with 1 additions and 1 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Reference in a new issue