Skip to content

Commit

Permalink
Wording of for China unauthorized sellers warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotmoon committed Nov 27, 2024
1 parent ac540ba commit f2ee894
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions site/src/Buy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,17 @@ function trackBuy(button) {
{{ store.isLoadedForCoupon !== null ? `Showing prices for ${getFlagEmoji(store.countryCode.value)} ${store.countryName.value}` :
`Loading prices...` }}
</div>
<div v-if="isLizhi" class="warning custom-block">
<div v-if="isLizhi" class="danger custom-block">
<p class="custom-block-title">Warning: Avoid fraudulent sellers in πŸ‡¨πŸ‡³ China!</p>
<p>Please not that the <b>ONLY</b> Chinese company authorized to sell PopClip licenses is <b>DIGITALYCHEE (ζ•°η θ”ζž)</b>, at the following websites:
βœ… <a href="https://lizhi.shop">lizhi.shop</a> and
βœ… <a href="https://digitalychee.taobao.com">digitalychee.taobao.com</a>.
</p>
<p>βŒπŸ™… If you buy a license key from any other seller it is fraudulent and
invalid. For more information please see <a href="/ipr-china"> Intellectual Property Rights Statement</a>.
<p>βŒπŸ™… Any other seller offering a license key is unauthorized.
The seller has obtained a single license key and sold it to multiple individuals, keeping all the money without paying me.
All such discovered license keys will be canceled.
For more information, please see the <a href="/ipr-china">Intellectual Property Rights Statement</a>.
</p>
</div>
</template>
Expand Down

0 comments on commit f2ee894

Please sign in to comment.