Skip to content

Commit e09e2e6

Browse files
joeizangAniket-Engg
authored andcommitted
replace simple with customizable
1 parent 0daf5b4 commit e09e2e6

File tree

1 file changed

+3
-3
lines changed
  • apps/remix-ide/src/app/plugins/templates-selection

1 file changed

+3
-3
lines changed

Diff for: apps/remix-ide/src/app/plugins/templates-selection/templates.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const templates = (intl, plugin) => {
1414
value: "ozerc20",
1515
displayName: "ERC20",
1616
tagList: ["ERC20", "Solidity"],
17-
description: 'A simple fungible token contract'
17+
description: 'A customizable fungible token contract'
1818
},
1919
{
2020
value: "ozerc20",
@@ -49,7 +49,7 @@ export const templates = (intl, plugin) => {
4949
value: "ozerc721",
5050
displayName: "ERC721 (NFT)",
5151
tagList: ["ERC721", "Solidity"],
52-
description: 'A simple non-fungible token (NFT) contract'
52+
description: 'A customizable non-fungible token (NFT) contract'
5353
},
5454
{
5555
value: "ozerc721",
@@ -84,7 +84,7 @@ export const templates = (intl, plugin) => {
8484
value: "ozerc1155",
8585
tagList: ["Solidity"],
8686
displayName: "ERC1155",
87-
description: 'A simple multi token contract'
87+
description: 'A customizable multi token contract'
8888
},
8989
{
9090
value: "ozerc1155",

0 commit comments

Comments
 (0)