Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TRAH]/MITRA/TRAH-3395/ Update descriptions on Wallets #15121

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ const DerivAppsGetAccount: React.FC = () => {
<WalletText size='sm' weight='bold'>
Options
</WalletText>
<WalletText size={isDesktop ? '2xs' : 'xs'}>
Trade options on multiple platforms with a single account.
</WalletText>
<WalletText size={isDesktop ? '2xs' : 'xs'}>One options account for all platforms.</WalletText>
</div>
<WalletButton color='primary-light' onClick={createTradingAccount}>
Get
Expand Down
10 changes: 5 additions & 5 deletions packages/wallets/src/constants/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@ import i18n from '../translations/i18n';

export const optionsAndMultipliersContent = [
{
description: i18n.t('Options and multipliers trading platform.'),
description: i18n.t('The options and multipliers trading platform.'),
icon: <DerivProductDerivTraderBrandLightLogoHorizontalIcon height='48' width='48' />,
redirect: '/',
smallIcon: <DerivProductDerivTraderBrandLightLogoHorizontalIcon height='32' width='32' />,
title: i18n.t('Deriv Trader'),
},
{
description: i18n.t('Automate your trading, no coding needed.'),
description: i18n.t('The ultimate bot trading platform.'),
icon: <DerivProductDerivBotBrandLightLogoHorizontalIcon height='48' width='48' />,
redirect: '/bot',
smallIcon: <DerivProductDerivBotBrandLightLogoHorizontalIcon height='32' width='32' />,
title: i18n.t('Deriv Bot'),
},
{
description: i18n.t('Our legacy options trading platform.'),
description: i18n.t('The legacy options trading platform.'),
icon: <PartnersProductSmarttraderBrandLightLogoIcon height='48' width='48' />,
isExternal: true,
redirect: getUrlSmartTrader(),
smallIcon: <PartnersProductSmarttraderBrandLightLogoIcon height='32' width='32' />,
title: i18n.t('SmartTrader'),
},
{
description: i18n.t('Our legacy automated trading platform.'),
description: i18n.t('The legacy bot trading platform.'),
icon: <PartnersProductBinaryBotBrandLightLogoHorizontalIcon height='48' width='48' />,
isExternal: true,
redirect: getUrlBinaryBot(),
smallIcon: <PartnersProductBinaryBotBrandLightLogoHorizontalIcon height='32' width='32' />,
title: i18n.t('Binary Bot'),
},
{
description: i18n.t('Trade on the go with our mobile app.'),
description: i18n.t('The mobile trading app for multipliers.'),
icon: <DerivProductDerivGoBrandLightLogoHorizontalIcon height='48' width='48' />,
isExternal: true,
redirect: getStaticUrl('/deriv-go'),
Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/src/features/cfd/CFDPlatformsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const CFDPlatformsList: React.FC = () => {
target='_blank'
/>,
]}
defaults='Trade bigger positions with less capital. <0>Learn more</0>'
defaults='Trade bigger positions with less capital across diverse financial and derived instruments. <0>Learn more</0>'
/>
</WalletText>
<WalletButton
Expand Down Expand Up @@ -63,7 +63,7 @@ const CFDPlatformsList: React.FC = () => {
<WalletText size='md'>
<Trans
components={[<WalletLink key={0} staticUrl='/trade-types/cfds/' />]}
defaults='Trade bigger positions with less capital. <0>Learn more</0>'
defaults='Trade bigger positions with less capital across diverse financial and derived instruments. <0>Learn more</0>'
/>
</WalletText>
</div>
Expand Down
8 changes: 3 additions & 5 deletions packages/wallets/src/features/cfd/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ import { TPlatforms } from '../../types';

export const MarketTypeDetails = {
all: {
description: i18n.t(
'Trade swap-free CFDs on MT5 with synthetics, forex, stocks, stock indices, cryptocurrencies and ETFs'
),
description: i18n.t('Swap-free CFDs on selected financial and derived instruments.'),
icon: <AccountsDmt5SwfIcon height={48} width={48} />,
title: i18n.t('Swap-Free'),
},
financial: {
description: 'This account offers CFDs on financial instruments.',
description: 'CFDs on financial instruments.',
mitra-deriv marked this conversation as resolved.
Show resolved Hide resolved
icon: <AccountsDmt5FinancialIcon height={48} width={48} />,
title: i18n.t('Financial'),
},
synthetic: {
description: i18n.t('This account offers CFDs on derived instruments.'),
description: i18n.t('CFDs on derived instruments.'),
icon: <AccountsDmt5DerivedIcon height={48} width={48} />,
title: i18n.t('Derived'),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const AvailableCTraderAccountsList: React.FC = () => {
>
<div className='wallets-available-ctrader__details'>
<WalletText size='sm'>{PlatformDetails.ctrader.title}</WalletText>
<WalletText size='xs'>{t('This account offers CFDs on a feature-rich trading platform.')}</WalletText>
<WalletText size='xs'>{t('CFDs on financial and derived instruments with copy trading.')}</WalletText>
</div>
</TradingAccountCard>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const AvailableDxtradeAccountsList: React.FC = () => {
<WalletText size='sm'>{t('Deriv X')}</WalletText>
</p>
<WalletText size='xs'>
{t('This account offers CFDs on a highly customisable CFD trading platform.')}
{t('CFDs on financial and derived instruments via a customisable platform.')}
</WalletText>
</div>
</TradingAccountCard>
Expand Down
Loading