Browse Source

Merge branch 'test' into dev_1.0.4

nieyuge 2 years ago
parent
commit
698fcd7640
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/popup/popup.vue

+ 1 - 1
src/view/popup/popup.vue

@@ -206,7 +206,7 @@
         </template>
         </template>
         <modal :visible="modalVisible"   
         <modal :visible="modalVisible"   
             title="Early termination of Giveaway?"
             title="Early termination of Giveaway?"
-            content="This operation will close the red envelope and refund the remaining amount within 2 days"
+            content="The remaining amount will be returned to your wallet within 1 day."
             cancelText="Termination"
             cancelText="Termination"
             confirmText="Cancel"
             confirmText="Cancel"
             @cancel="modalCancel"
             @cancel="modalCancel"