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.

behnaz/update-hyperlink-with-second-branch #1941

Merged
merged 1 commit into from
Aug 9, 2021
Merged
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
4 changes: 2 additions & 2 deletions src/pages/p2p/components/_availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const Availability = () => {
<Flex>
<Left>
<Localize
translate_text="1. Download Deriv P2P from the <0>Google Play Store</0>, Apple App Store <1>link to app in App Store</1>, or the Huawei AppGallery <2>link to app in AppGallery</2>."
translate_text="1. Download Deriv P2P from the <0>Google Play Store</0>, <1>Apple App Store</1>, or the <2>Huawei AppGallery</2>."
components={[
<LocalizedLinkText
external
Expand Down Expand Up @@ -253,7 +253,7 @@ const Availability = () => {
</Show.Desktop>
<Show.Mobile>
<Localize
translate_text="1. Download Deriv P2P from the <0>Google Play Store</0>, Apple App Store <1>link to app in App Store</1>, or the Huawei AppGallery <2>link to app in AppGallery</2>."
translate_text="1. Download Deriv P2P from the <0>Google Play Store</0>, <1>Apple App Store</1>, or the <2>Huawei AppGallery</2>."
components={[
<LocalizedLinkText
external
Expand Down