Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Fasih//: updated deriv com name #5796

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,6 @@
"1191682103": "No sign up needed. Log in with your <0>Binary.com</0> credentials.",
"1191789799": "Password should be more than 8 characters including 1 uppercase and 1 number",
"1192961783": "Licence and regulatory information | Deriv",
"1194972285": "For mobile app sign-ups, set the broker code to <0>Deriv Holdings (Guernsey) Limited.<0>",
"1195213035": "If you wish to resume trading when your self-exclusion expires and once you have made a request to remove self-exclusion, there will be a cooling-off period of 24 hours before you are allowed access to our site.",
"1195268336": "A chart illustrating the loss of a contract if the Reset Call exit price is below the entry price",
"1196310280": "Intel",
Expand Down Expand Up @@ -1350,6 +1349,7 @@
"1291852379": "50 - 5,000",
"1293479771": "PnL for margin",
"1294884975": "30%",
"1296602191": "For mobile app sign-ups, set the broker code to <0>Deriv.com Limited.<0>",
"1298753999": "Three of the most commonly used strategies in automated trading are Martingale, D'Alembert, and Oscar's Grind — you can find them already-made and waiting for you in Deriv Bot.",
"1298837204": "<p>With a Digits contract, you predict whether the last digit of the last tick of your contract will meet specified criteria, depending on the contract type you select.</p><p>If you trade a Matches/Differs contract, you predict whether the last digit will match or be different from a selected number.</p><p>If you trade an Even/Odd contract, you predict whether the last digit will be an even or odd number.</p><p>If you trade an Over/Under contract, you predict whether the last digit will be over or under a specific number.</p>",
"1299144461": "Terms and conditions",
Expand Down
6 changes: 3 additions & 3 deletions src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const dmt5_web_browser_url =
export const deriv_mt5_app_url =
'https://metatraderweb.app/trade?servers=Deriv-Server-02&trade_server=Deriv-Server-02&login=100648979'
export const dmt5_windows =
'https://download.mql5.com/cdn/web/deriv.holdings.guernsey/mt5/deriv5setup.exe'
'https://download.mql5.com/cdn/web/deriv.com.limited/mt5/deriv5setup.exe'
export const dmt5_app_gallery_url =
'https://download.mql5.com/cdn/mobile/mt5/android/app-gallery?hl=en&utm_source=www.metatrader5.com&utm_campaign=install.metaquotes'
export const dmt5_ios_url =
Expand All @@ -117,11 +117,11 @@ export const dmt5_macos_url =
export const dmt5_mac_app_url =
'https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/MetaTrader5.dmg'
export const dmt5_windows_download_url =
'https://download.mql5.com/cdn/web/metaquotes.software.corp/mt5/mt5setup.exe?utm_source=www.metatrader5.com&utm_campaign=download'
'https://download.mql5.com/cdn/web/deriv.com.limited/mt5/deriv5setup.exe'
export const dmt5_app_gallery =
'https://download.mql5.com/cdn/mobile/mt5/android/app-gallery?hl=en&utm_source=www.metatrader5.com&utm_campaign=install.metaquotes'
export const dmt5_windows_url =
'https://download.mql5.com/cdn/web/deriv.limited/mt5/deriv5setup.exe'
'https://download.mql5.com/cdn/web/deriv.com.limited/mt5/deriv5setup.exe'
export const dp2p_google_play_url =
'https://play.google.com/store/apps/details?id=com.deriv.dp2p&hl=en&gl=US'
//to be updated with ctrader url later
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dmt5/_download-app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const DerivMT5GetApp = () => {
<StyledInfoIcon src={InfoIcon} alt={localize('_t_info symbol_t_')} />
<InfoText>
<Localize
translate_text="_t_For mobile app sign-ups, set the broker code to <0>Deriv Holdings (Guernsey) Limited.<0>_t_"
translate_text="_t_For mobile app sign-ups, set the broker code to <0>Deriv.com Limited.<0>_t_"
components={[<strong key={0} />]}
/>
</InfoText>
Expand Down
Loading