mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
feat: translate categories browser tab title (#2739)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user