From 66ffbc42d4fbd450f2d9c68c195f95cb87a9e7cb Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 10 Feb 2022 09:53:13 +0100 Subject: [PATCH] Unify the terminology for approval screens between ERC-721 & 1155 --- src_plugins/erc721/erc721_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_plugins/erc721/erc721_ui.c b/src_plugins/erc721/erc721_ui.c index 565defa..fb8db17 100644 --- a/src_plugins/erc721/erc721_ui.c +++ b/src_plugins/erc721/erc721_ui.c @@ -15,11 +15,11 @@ static void set_approval_ui(ethQueryContractUI_t *msg, erc721_context_t *context chainConfig->chainId); break; case 1: - strlcpy(msg->title, "To Spend Your", msg->titleLength); + strlcpy(msg->title, "To Manage Your", msg->titleLength); if (msg->item1) { strlcpy(msg->msg, (const char *) &msg->item1->nft.collectionName, msg->msgLength); } else { - strlcpy(msg->msg, "Not found", msg->msgLength); + strlcpy(msg->msg, "Not Found", msg->msgLength); } break; case 2: