From 3e93f141963c3b553f8d617dc0017eb3687c7640 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Sun, 29 Sep 2024 20:59:07 -0300 Subject: [PATCH] Al iniciar sesion no se traduce el titulo --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index e37683bd..ad3a202f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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,