diff --git a/packages/bot-web-ui/src/pages/tutorials/constants.ts b/packages/bot-web-ui/src/pages/tutorials/constants.ts index 1146a4e6793d..0530e201b8ce 100644 --- a/packages/bot-web-ui/src/pages/tutorials/constants.ts +++ b/packages/bot-web-ui/src/pages/tutorials/constants.ts @@ -83,7 +83,7 @@ export const faq_content: TFaqContent[] = [ { type: 'text', content: localize( - 'For more info, check out this blog post on the basics of building a trading bot.' + 'For more info, check out this blog post on the basics of building a trading bot.' ), }, ], @@ -354,7 +354,7 @@ export const faq_content: TFaqContent[] = [ { type: 'text', content: localize( - 'Yes, you can. However, there are limits on your account, such as maximum number of open positions and maximum aggregate payouts on open positions. So, just keep these limits in mind when opening multiple positions. You can find more info about these limits at Settings > Account limits.' + 'Yes, you can. However, there are limits on your account, such as maximum number of open positions and maximum aggregate payouts on open positions. So, just keep these limits in mind when opening multiple positions. You can find more info about these limits at Settings > Account limits.' ), }, ], @@ -388,7 +388,7 @@ export const faq_content: TFaqContent[] = [ { type: 'text', content: localize( - 'We offer our services in all countries, except for the ones mentioned in our terms and conditions.' + 'We offer our services in all countries, except for the ones mentioned in our terms and conditions.' ), }, ], @@ -422,7 +422,7 @@ export const faq_content: TFaqContent[] = [ { type: 'text', content: localize( - 'Watch this video to learn how to build a trading bot on Deriv Bot. Also, check out this blog post on building a trading bot.' + 'Watch this video to learn how to build a trading bot on Deriv Bot. Also, check out this blog post on building a trading bot.' ), }, ],