Browse Source

Update index.tsx

lex 1 năm trước cách đây
mục cha
commit
b837e6e11c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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('保存失败')
       }