mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
feat: translate categories browser tab title (#2739)
This commit is contained in:
parent
b7cc5c0666
commit
05fec0b36e
@ -243,7 +243,7 @@ export default defineComponent({
|
||||
},
|
||||
head() {
|
||||
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,
|
||||
};
|
||||
},
|
||||
head: {
|
||||
title: "Categories",
|
||||
head() {
|
||||
return {
|
||||
title: this.$tc("category.categories"),
|
||||
};
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user