Handy_Cao 5 달 전
부모
커밋
a3c34bfa05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packages/mobile/views/account/certification/Index.vue

+ 1 - 1
src/packages/mobile/views/account/certification/Index.vue

@@ -70,7 +70,7 @@
         </Form>
         <div class="account-certification__example" v-if="showExample">
             <fieldset>
-                <legend>{{ $t('user.register.example') }}</legend>
+                <legend>{{ $t('user.authentication.example') }}</legend>
                 <img :src="exampleImage" />
             </fieldset>
         </div>