Skip to content

Commit bbe5c8a

Browse files
LianaHusAniket-Engg
authored andcommitted
fixing tooltip for contract list select
1 parent c74823a commit bbe5c8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/remix-ide/src/app/tabs/locales/en/udapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"udapp.contractOptionsTitle1": "Please compile *.sol file to deploy or access a contract",
2727
"udapp.contractOptionsTitle2": "Select a compiled contract to deploy or to use with At Address.",
2828
"udapp.contractOptionsTitle3": "Select and compile *.sol file to deploy or access a contract.",
29-
"udapp.contractOptionsTitle4": "When there is a compiled .sol file, choose the contract to deploy or to use with AtAddress.'",
29+
"udapp.contractOptionsTitle4": "When there is a compiled .sol file, choose the contract to deploy or to use with At Address.'",
3030
"udapp.checkSumWarning": "It seems you are not using a checksumed address.A checksummed address is an address that contains uppercase letters, as specified in {a}.Checksummed addresses are meant to help prevent users from sending transactions to the wrong address.",
3131
"udapp.isOverSizePromptEip170": "Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fail if the current network has activated the eip 170. More info: {a}",
3232
"udapp.isOverSizePromptEip3860": "Contract creation init code exceeds the allowed max code size of 49152 bytes. The deployment will likely fail if the current network has activated the eip 3860. More info: {a}",

apps/remix-ide/src/app/tabs/locales/es/udapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"udapp.contractOptionsTitle1": "Please compile *.sol file to deploy or access a contract",
2626
"udapp.contractOptionsTitle2": "Select a compiled contract to deploy or to use with At Address.",
2727
"udapp.contractOptionsTitle3": "Select and compile *.sol file to deploy or access a contract.",
28-
"udapp.contractOptionsTitle4": "When there is a compiled .sol file, choose the contract to deploy or to use with AtAddress.'",
28+
"udapp.contractOptionsTitle4": "When there is a compiled .sol file, choose the contract to deploy or to use with At Address.'",
2929
"udapp.checkSumWarning": "It seems you are not using a checksumed address.A checksummed address is an address that contains uppercase letters, as specified in {a}.Checksummed addresses are meant to help prevent users from sending transactions to the wrong address.",
3030
"udapp.isOverSizePromptEip170": "Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fail if the current network has activated the eip 170. More info: {a}",
3131
"udapp.isOverSizePromptEip3860": "Contract creation init code exceeds the allowed max code size of 49152 bytes. The deployment will likely fail if the current network has activated the eip 3860. More info: {a}",

apps/remix-ide/src/app/tabs/locales/fr/udapp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"udapp.contractOptionsTitle1": "Please compile *.sol file to deploy or access a contract",
2626
"udapp.contractOptionsTitle2": "Select a compiled contract to deploy or to use with At Address.",
2727
"udapp.contractOptionsTitle3": "Select and compile *.sol file to deploy or access a contract.",
28-
"udapp.contractOptionsTitle4": "When there is a compiled .sol file, choose the contract to deploy or to use with AtAddress.'",
28+
"udapp.contractOptionsTitle4": "When there is a compiled .sol file, choose the contract to deploy or to use with At Address.'",
2929
"udapp.checkSumWarning": "It seems you are not using a checksumed address.A checksummed address is an address that contains uppercase letters, as specified in {a}.Checksummed addresses are meant to help prevent users from sending transactions to the wrong address.",
3030
"udapp.isOverSizePromptEip170": "Contract creation initialization returns data with length of more than 24576 bytes. The deployment will likely fail if the current network has activated the eip 170. More info: {a}",
3131
"udapp.isOverSizePromptEip3860": "Contract creation init code exceeds the allowed max code size of 49152 bytes. The deployment will likely fail if the current network has activated the eip 3860. More info: {a}",

0 commit comments

Comments
 (0)