소스 검색

修正Email訊息

Mike 3 년 전
부모
커밋
88f7fd0268
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      html/script_profiles.js

+ 2 - 2
html/script_profiles.js

@@ -280,8 +280,8 @@ function deleteDraft(id) {
 
 $('.share-email').click(function() {
   var link = `mailto:me@example.com?subject=
-  ${encodeURIComponent("Check out Ai Spokesgirl")}
-  &body=${encodeURIComponent('I just created a video in 5 mniutes, check out this amazing video making tool. https://video.choozmo.com/')}`;
+  ${encodeURIComponent("Check out AI Spokesgirl")}
+  &body=${encodeURIComponent('I just created a video in 5 minutes, check out this amazing video making tool. https://video.choozmo.com/')}`;
     
     window.location.href = link;
 })