- language strings fix

- scrolling fix
This commit is contained in:
Čarodej
2022-04-07 11:31:37 +02:00
parent e240ce7736
commit 03d42bee51
7 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const routesUser = [
component: () => import(/* webpackChunkName: "chunks/billing" */ '../views/User/Billing'),
meta: {
requiresAuth: true,
title: 'subscription',
title: 'billing',
},
},
],