File tree 1 file changed +3
-3
lines changed
apps/remix-ide/src/app/plugins/templates-selection
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const templates = (intl, plugin) => {
14
14
value : "ozerc20" ,
15
15
displayName : "ERC20" ,
16
16
tagList : [ "ERC20" , "Solidity" ] ,
17
- description : 'A simple fungible token contract'
17
+ description : 'A customizable fungible token contract'
18
18
} ,
19
19
{
20
20
value : "ozerc20" ,
@@ -49,7 +49,7 @@ export const templates = (intl, plugin) => {
49
49
value : "ozerc721" ,
50
50
displayName : "ERC721 (NFT)" ,
51
51
tagList : [ "ERC721" , "Solidity" ] ,
52
- description : 'A simple non-fungible token (NFT) contract'
52
+ description : 'A customizable non-fungible token (NFT) contract'
53
53
} ,
54
54
{
55
55
value : "ozerc721" ,
@@ -84,7 +84,7 @@ export const templates = (intl, plugin) => {
84
84
value : "ozerc1155" ,
85
85
tagList : [ "Solidity" ] ,
86
86
displayName : "ERC1155" ,
87
- description : 'A simple multi token contract'
87
+ description : 'A customizable multi token contract'
88
88
} ,
89
89
{
90
90
value : "ozerc1155" ,
You can’t perform that action at this time.
0 commit comments