Handy_Cao há 5 meses atrás
pai
commit
44c564d371
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/packages/tss/views/rules/czzn/index.vue

+ 1 - 1
src/packages/tss/views/rules/czzn/index.vue

@@ -2,7 +2,7 @@
 <template>
     <app-view>
         <template #header>
-            <app-navbar :title="$t('rules.czzn')" />
+            <app-navbar :title="$t('tss.czzn')" />
         </template>
         <div v-html="formatHtmlString(commonStore.getDocumentById(104))" />
     </app-view>