|
@@ -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;
|
|
|
})
|