Handy_Cao 1 سال پیش
والد
کامیت
311fa53ddf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/packages/mobile/components/base/updater/index.vue

+ 1 - 1
src/packages/mobile/components/base/updater/index.vue

@@ -1,6 +1,6 @@
 <template>
     <Dialog teleport="body" class="app-updater" v-model:show="show" :title="message ? $t('common.tips') : $t('common.downloading')"
-        :show-confirm-button="showConfirmButton" :confirm-button-text="confirmButtonText" show-cancel-button
+        :show-confirm-button="showConfirmButton" :confirm-button-text="confirmButtonText" :cancel-button-text="$t('operation.cancel')" show-cancel-button
         :before-close="onbeforeClose" @confirm="onConfirm" @cancel="onCancel">
         <div class="app-updater-message" v-if="message">
             <span>{{ message }}</span>