Al iniciar sesion no se traduce el titulo

This commit is contained in:
William Buezas 2024-09-29 20:59:07 -03:00
parent 5cab14f371
commit 3e93f14196
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default route(function (/* { store, ssrContext } */) {
const app = useAppStore();
app.$patch({
title: i18n.global.t(
to.meta.title ? `titles.${to.meta.title}` : 'home'
to.meta.title ? `titles.${to.meta.title}` : 'titles.Home'
),
subtitle: null,
useRightDrawer: false,