This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,11 @@ const ForexEbook = () => {
57
57
bgMobile = "linear-gradient(0deg, #cc363f, #661b20);"
58
58
introSub = { localize ( 'Your free guide on' ) }
59
59
introMain = { localize ( 'How to trade the forex market' ) }
60
- authorDesc = { localize (
61
- 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author, ' ,
62
- ) }
60
+ authorDesc = {
61
+ localize (
62
+ 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author,' ,
63
+ ) + ' '
64
+ }
63
65
authorName = { localize ( 'Vince Stanzione.' ) }
64
66
/>
65
67
< Introduction
Original file line number Diff line number Diff line change @@ -43,9 +43,11 @@ const StocksEbook = () => {
43
43
ebook_utm_code = "stock-ebook"
44
44
introSub = ""
45
45
introMain = { localize ( 'Learn to trade Stock derivatives the smart way' ) }
46
- authorDesc = { localize (
47
- 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author, ' ,
48
- ) }
46
+ authorDesc = {
47
+ localize (
48
+ 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author,' ,
49
+ ) + ' '
50
+ }
49
51
authorName = { localize ( 'Vince Stanzione.' ) }
50
52
/>
51
53
< Introduction
You can’t perform that action at this time.
0 commit comments