mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 13:19:41 +02:00
feat: translate categories browser tab title (#2739)
This commit is contained in:
parent
b7cc5c0666
commit
05fec0b36e
2 changed files with 5 additions and 3 deletions
|
@ -243,7 +243,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: this.$t("settings.site-settings") as string,
|
title: this.$t("admin.maintenance.page-title") as string,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -30,8 +30,10 @@ export default defineComponent({
|
||||||
actions,
|
actions,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
head: {
|
head() {
|
||||||
title: "Categories",
|
return {
|
||||||
|
title: this.$tc("category.categories"),
|
||||||
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue