1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

fixed broken translate string

This commit is contained in:
Michael Genson 2024-03-03 22:40:29 +00:00
parent dcf7afa441
commit d6db8c23ce

View file

@ -133,7 +133,7 @@ export default defineComponent({
const domMadeThisForm = ref<VForm>();
const newTimelineEvent = ref<RecipeTimelineEventIn>({
// @ts-expect-error - TS doesn't like the $auth global user attribute
subject: i18n.tc("recipe.user-made-this", { user: $auth.user.fullName }),
subject: i18n.t("recipe.user-made-this", { user: $auth.user.fullName }),
eventType: "comment",
eventMessage: "",
timestamp: undefined,