From f44c1e17c8341ceeab0de09dc506f8eafdbb08cf Mon Sep 17 00:00:00 2001 From: suthesan Date: Tue, 13 Jul 2021 09:46:36 +0800 Subject: [PATCH] fix trans in author string --- src/pages/landing/ebooks/forex.js | 8 +++++--- src/pages/landing/ebooks/stocks.js | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/pages/landing/ebooks/forex.js b/src/pages/landing/ebooks/forex.js index 1e0f334ce49..1da45cce695 100644 --- a/src/pages/landing/ebooks/forex.js +++ b/src/pages/landing/ebooks/forex.js @@ -57,9 +57,11 @@ const ForexEbook = () => { bgMobile="linear-gradient(0deg, #cc363f, #661b20);" introSub={localize('Your free guide on')} introMain={localize('How to trade the forex market')} - authorDesc={localize( - 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author, ', - )} + authorDesc={ + localize( + 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author,', + ) + ' ' + } authorName={localize('Vince Stanzione.')} /> { ebook_utm_code="stock-ebook" introSub="" introMain={localize('Learn to trade Stock derivatives the smart way')} - authorDesc={localize( - 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author, ', - )} + authorDesc={ + localize( + 'This e-book has been brought to you by a veteran online trader and New York Times bestselling author,', + ) + ' ' + } authorName={localize('Vince Stanzione.')} />