Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix: the bot fails to work; close #51
Browse files Browse the repository at this point in the history
Update button text to align with latest Shopee website.
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent dfd2a68 commit 7a3d383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/text.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const COIN_RECEIVED = '明天再回來領取'
export const COIN_RECEIVED = '明天再回來'
export const FAILURE = '很抱歉,您的身份驗證已遭到拒絕。'
export const PLAY_PUZZLE = '點擊以重新載入頁面'
export const RECEIVE_COIN = '今日簽到獲得'
export const RECEIVE_COIN = '完成簽到'
export const SHOPEE_REWARD = '蝦幣獎勵'
export const TOO_MUCH_TRY = '您已達到今日驗證次數上限。'
export const USE_LINK = '使用連結驗證'
Expand Down

0 comments on commit 7a3d383

Please sign in to comment.