Handy_Cao il y a 10 mois
Parent
commit
a465e5f172
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/packages/mobile/views/pricing/trade/v2/Index.vue

+ 1 - 1
src/packages/mobile/views/pricing/trade/v2/Index.vue

@@ -247,7 +247,7 @@ const components = [
     },
     {
         name: 'chart',
-        title: '图表',
+        title: t('quote.title'),
         component: defineAsyncComponent(() => import('../components/detail/Index.vue')),
         show: true
     }