Skip to content

Commit ca54030

Browse files
Merge pull request #691 from LedgerHQ/feat/apa/erc20_approval_address_rename
Renamed "Address" field in ERC-20 approval to "Approve to"
2 parents c42801b + 728206d commit ca54030

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)