mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-23 15:31:37 -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() {
|
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…
x
Reference in New Issue
Block a user