Skip to content

Commit

Permalink
fix: copy feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Dec 22, 2024
1 parent 8538598 commit 0caa982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function SelectAccountTypeSectionHeader() {
<div className="text-md text-bold col-span-2 text-white">{t("Select account type")}</div>
<div className="col-span-2 -mt-2 text-sm text-white/40">
{t(
"If you don't know which to pick, search for the network you want to use and Talisman will automatically pick the correct account type.",
"If you don't know which to pick, search for the network you want to use and Talisman will recommend the account type.",
)}
</div>
</>
Expand Down
4 changes: 2 additions & 2 deletions apps/extension/src/ui/domains/Account/AccountTypeSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const AccountTypeSelector = ({
icon={<EthereumCircleLogo />}
subtitle={
<div className="line-clamp-2">
{t("Ethereum, Base, zkSync, Arbitrum, BSC, and EVM chains")}
{t("Ethereum, Base, zkSync, Arbitrum, BSC, and all other EVM chains")}
</div>
}
onClick={handleClick("ethereum")}
Expand All @@ -75,7 +75,7 @@ export const AccountTypeSelector = ({
icon={<PolkadotCircleLogo />}
subtitle={
<div className="line-clamp-2">
{t("Polkadot, AssetHub, Bittensor, and Polkadot chains")}
{t("Polkadot, AssetHub, Bittensor, and most Polkadot ecosystem chains")}
</div>
}
onClick={handleClick("sr25519")}
Expand Down

0 comments on commit 0caa982

Please sign in to comment.