Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6df47c2

Browse files
Sean Hoseanho96
andauthored
Sean/update deriv x password FAQs (#2038)
* update deriv x password FAQs * update deriv x password FAQs * remove note Co-authored-by: Sean Ho <[email protected]>
1 parent 643d7a9 commit 6df47c2

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

src/pages/help-centre/_help-articles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,14 @@ export const articles = [
292292
label: 'differences-of-synthetic-and-financial',
293293
},
294294
{
295-
title: <Localize translate_text="What is a trading password?" />,
295+
title: <Localize translate_text="What is a Deriv X password?" />,
296296
category: 'Deriv X',
297297
sub_category: <Localize translate_text="Platforms" />,
298298
label: 'trading-password',
299299
},
300300
{
301301
title: (
302-
<Localize translate_text="Why is my trading password different from my Deriv password?" />
302+
<Localize translate_text="How is my Deriv X password different from my Deriv password?" />
303303
),
304304
category: 'Deriv X',
305305
sub_category: <Localize translate_text="Platforms" />,

src/pages/help-centre/deriv-x.js

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -128,34 +128,32 @@ const DifferentAccounts = () => (
128128

129129
const TradingPassword = () => (
130130
<ArticleWrapper>
131-
<StyledHeader as="h4">{localize('What is a trading password?')}</StyledHeader>
131+
<StyledHeader as="h4">{localize('What is a Deriv X password?')}</StyledHeader>
132132
<Text>
133-
{localize(
134-
'It is a password that gives you access to the standalone trading platforms Deriv MT5 (DMT5) and Deriv X.',
135-
)}
133+
{localize('It is a password that you use to log in to the Deriv X trading platform.')}
136134
</Text>
137135
</ArticleWrapper>
138136
)
139137

140138
const DifferentPassword = () => (
141139
<ArticleWrapper>
142140
<StyledHeader as="h4">
143-
{localize('Why is my trading password different from my Deriv password?')}
141+
{localize('How is my Deriv X password different from my Deriv password?')}
144142
</StyledHeader>
145143
<Text>
146144
{localize(
147-
'Your trading password is linked to the standalone trading platforms Deriv MT5 (DMT5) and Deriv X, while your Deriv password gives you access to platforms hosted on our website such as DTrader and DBot.',
145+
'Your Deriv X password is linked to the standalone Deriv X trading platform while your Deriv password gives you access to platforms hosted on our website such as DTrader and DBot.',
148146
)}
149147
</Text>
150148
</ArticleWrapper>
151149
)
152150

153151
const ResetDerivXPassowrd = () => (
154152
<ArticleWrapper>
155-
<StyledHeader as="h4">{localize('How do I reset my Deriv X Password?')}</StyledHeader>
153+
<StyledHeader as="h4">{localize('How do I reset my Deriv X password?')}</StyledHeader>
156154
<Text>
157155
<Localize
158-
translate_text="Go to your <0>Account settings</0>. Under “Security and safety”, select “Passwords”. You can reset your Deriv X password under “Trading password”."
156+
translate_text="Go to your <0>Account settings</0>. Click the “Security and safety” drop-down menu, and select “Passwords”. Under “Deriv X password”, click “Change password” to reset your password."
159157
components={[
160158
<ExternalLink
161159
href={`${deriv_app_url}/account/personal-details`}
@@ -167,11 +165,6 @@ const ResetDerivXPassowrd = () => (
167165
deriv_x_app_url
168166
/>
169167
</Text>
170-
<StyledText>
171-
{localize(
172-
'Note: Remember that your trading password is also linked to your Deriv MT5 (DMT5) account.',
173-
)}
174-
</StyledText>
175168
</ArticleWrapper>
176169
)
177170

@@ -299,12 +292,12 @@ const DerivXArticle = () => {
299292
is_mounted={is_mounted}
300293
/>
301294
<TradingPassword
302-
text={localize('What is a trading password?')}
295+
text={localize('What is a Deriv X password?')}
303296
label="trading-password"
304297
is_mounted={is_mounted}
305298
/>
306299
<DifferentPassword
307-
text={localize('Why is my trading password different from my Deriv password?')}
300+
text={localize('How is my Deriv X password different from my Deriv password?')}
308301
label="differences-of-trading-and-deriv-password"
309302
is_mounted={is_mounted}
310303
/>

0 commit comments

Comments
 (0)