lex 1 rok pred
rodič
commit
b837e6e11c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/creation/share-model/index.tsx

+ 1 - 1
src/views/creation/share-model/index.tsx

@@ -56,7 +56,7 @@ export default defineComponent({
         }
       })
       if (res?.content?.status === 'success') {
-        showSuccessToast('保存至相册')
+        showSuccessToast('已保存到相册')
       } else {
         showFailToast('保存失败')
       }