From acff30b15a31f0fe494d5071aba44d4e25754dd0 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 19:15:36 +0530 Subject: [PATCH] fix: grammar - change 'allows to' to 'allows creating' --- src/intl/en/glossary-tooltip.json | 2 +- src/intl/en/glossary.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intl/en/glossary-tooltip.json b/src/intl/en/glossary-tooltip.json index 9fc7f7ff9a0..6f4e012b007 100644 --- a/src/intl/en/glossary-tooltip.json +++ b/src/intl/en/glossary-tooltip.json @@ -52,7 +52,7 @@ "erc-term": "Ethereum Request for Comments (ERC)", "erc-definition": "ERC (Ethereum Request for Comments) is a type of technical documentation used in the Ethereum community to propose new standards of usage for the Ethereum network.", "erc-1155-term": "ERC-1155", - "erc-1155-definition": "A type of Ethereum token standard similar to NFT (like unique collectible items) that also allows to create interchangeable items (like currency) within a single smart contract.", + "erc-1155-definition": "A type of Ethereum token standard similar to NFT (like unique collectible items) that also allows creating interchangeable items (like currency) within a single smart contract.", "erc-20-term": "ERC-20", "erc-20-definition": "Is the standard set of rules that most tokens on Ethereum network are created with.", "erc-721-term": "ERC-721", diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index 1833e9908e8..ffefcbb9e75 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -134,7 +134,7 @@ "ens-term": "Ethereum Name Service (ENS)", "ens-definition": "Ethereum Name Service is like an internet phonebook for Ethereum addresses. Instead of using long wallet addresses, ENS lets you use simple names like \"john.eth\" to send and receive digital money and assets.

Technical:
The ENS registry is a single central contract that provides a mapping from domain names to owners and resolvers, as described in EIP-137. Read more at ens.domains.", "erc-1155-term": "ERC-1155", - "erc-1155-definition": "ERC-1155 is a newer type of Ethereum token standard similar to NFT (like unique collectible items) that also allows to create interchangeable items (like currency) within a single smart contract.
This makes it easier and more efficient to manage various types of digital assets, especially for applications like video games or digital collections.", + "erc-1155-definition": "ERC-1155 is a newer type of Ethereum token standard similar to NFT (like unique collectible items) that also allows creating interchangeable items (like currency) within a single smart contract.
This makes it easier and more efficient to manage various types of digital assets, especially for applications like video games or digital collections.", "erc-20-term": "ERC-20", "erc-20-definition": "ERC-20 is the standard that most tokens on Ethereum network use for their creation.
Popular examples are stablecoins like DAI and USDC or exchange tokens like UNI from Uniswap. Akin to any form of alternative moneys that we have in traditional systems… i.e., rewards points, credit systems, or even stocks, etc.", "erc-721-term": "ERC-721",