Skip to content

Commit

Permalink
💬 Update liker-id text to focus on email/social login
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 23, 2024
1 parent cdff474 commit 8e27b00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/connection-method-selection-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Dialog } from './dialog';
const connectionMethodMap = [
{
type: LikeCoinWalletConnectorMethodType.LikerId,
name: 'Liker ID',
name: 'Email/Social',
tier: 1,
isInstalled: true,
isMobileOk: true,
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"connect_wallet_method_button_keplr_install_prompt": "Install Keplr to get started",
"connect_wallet_method_button_liker_land_app_install_prompt": "Install Liker Land App",
"connect_wallet_method_button_recommended": "Recommended",
"connect_wallet_method_description_authcore": "Use Liker ID with email or social login",
"connect_wallet_method_description_authcore": "Use Liker ID by email or social login",
"connect_wallet_method_description_cosmostation": "Using Cosmostation browser extension",
"connect_wallet_method_description_cosmostation_mobile": "Using Cosmostation Mobile Wallet",
"connect_wallet_method_description_keplr": "Using Keplr browser extension",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"connect_wallet_method_button_keplr_install_prompt": "安裝 Keplr 以開始使用",
"connect_wallet_method_button_liker_land_app_install_prompt": "安裝 Liker Land App",
"connect_wallet_method_button_recommended": "推薦",
"connect_wallet_method_description_authcore": "使用 Liker ID 電郵/社交登入",
"connect_wallet_method_description_authcore": "使用 Liker ID 以電郵/社交登入",
"connect_wallet_method_description_cosmostation": "使用 Cosmostation 瀏覽器外掛",
"connect_wallet_method_description_cosmostation_mobile": "使用 Cosmostation Mobile Wallet",
"connect_wallet_method_description_keplr": "使用 Keplr 瀏覽器外掛",
Expand Down

0 comments on commit 8e27b00

Please sign in to comment.