Skip to content

Commit 728206d

Browse files
Renamed "Address" field in ERC-20 approval to "Approve to"
1 parent a85de1e commit 728206d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_plugins/erc20/erc20_plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void erc20_plugin_call(int message, void *parameters) {
201201
strlcpy(msg->title, "Contract", msg->titleLength);
202202
strlcpy(msg->msg, context->contract_name, msg->msgLength);
203203
} else {
204-
strlcpy(msg->title, "Address", msg->titleLength);
204+
strlcpy(msg->title, "Approve to", msg->titleLength);
205205
if (!getEthDisplayableAddress(context->destinationAddress,
206206
msg->msg,
207207
msg->msgLength,

0 commit comments

Comments
 (0)