Skip to content

Commit

Permalink
Added small improvements & fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Aug 20, 2021
1 parent d872aab commit 9abd1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-tatum-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ public function format_api_key_status( $status ) {
$formatted_status = [
'contract_address_obtained' => 'NFT Contract address set up! You are ready to mint tokens!',
'contract_transaction_sent' => 'NFT Contract sent, waiting for obtaining contract address.',
'wallet_generated' => 'Wallet generated'
'wallet_generated' => 'Wallet generated - fund your wallet.'
];

return $formatted_status[ $status ];
Expand Down

0 comments on commit 9abd1d6

Please sign in to comment.