🐛 fix(market-card.tsx): fix typo in button text to display "Install Locally" instead of "Install Localy" for better readability and consistency
This commit is contained in:
parent
344d3f9888
commit
0f442ddb2d
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ export const MarketCardComponent = ({ data }: { data: storeComponent }) => {
|
|||
"main-page-nav-button" + (loading ? " animate-spin" : "")
|
||||
}
|
||||
/>
|
||||
{added ? "Install Localy" : "Add to Account"}
|
||||
{added ? "Install Locally" : "Add to Account"}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue