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

Mitra/update financial disclosure #7666

Merged
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 @@ -4200,7 +4200,7 @@
"-791685634": "For fair resolution of any complaints, please contact us via <0>live chat</0>.",
"-672208523": "Deriv Investments (Europe) Limited, incorporated on 22 April 2015 (Company No. C 70156), is based in Malta with its registered address at Level 3, W Business Centre, Triq Dun Karm, Birkirkara BKR9033, and is regulated by the Malta Financial Services Authority under the Investments Services Act to provide investment services (<0>view licence</0>). It serves clients in the European Union, offering accounts for trading financial instruments, and is authorised to operate in other EU member states through EU passporting rights.",
"-632020980": "Here are the EU countries with access to Deriv.com through EU passporting rights.",
"-672414153": "Financial Disclosures Annual Report 2022",
"-1595083103": "Financial Disclosures Annual Report 2023",
"-410643288": "RTS28 2022",
"-1446148261": "CFDs - Forex",
"-1121949345": "CFDs - Stock indices",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import useIsRowCpa from 'components/hooks/use-is-row-cpa'
const InvestmentEurope = () => {
const { is_region_loading } = useRegion()
const is_row_cpa = useIsRowCpa()
if(is_region_loading) return <InitialLoader/>
if (is_region_loading) return <InitialLoader />

if(!is_row_cpa) return null;
if (!is_row_cpa) return null

return (
<>
Expand Down Expand Up @@ -57,7 +57,7 @@ const InvestmentEurope = () => {
<>
<div className="justify-start">
<a
href="/regulatory/Financial_Disclosures_Annual_Report_2022.pdf"
href="/regulatory/Financial_Disclosures_Annual_Report_2023.pdf"
className="underline lg:!no-underline lg:hover:!underline text-typography-default inline text-base"
target="_blank"
rel="noopener noreferrer"
Expand All @@ -69,7 +69,7 @@ const InvestmentEurope = () => {
className="pr-400"
/>
<Text className="text-solid-slate-1400">
<Localize translate_text="_t_Financial Disclosures Annual Report 2022_t_" />
<Localize translate_text="_t_Financial Disclosures Annual Report 2023_t_" />
</Text>
</div>
</a>
Expand Down
Binary file not shown.
Binary file not shown.
Loading